#B71D8A

Color #B71D8A Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B71D8A

Tints of Medium Violet Red #B71D8A

Color information

#B71D8A (or 0xB71D8A) is unknown color: approx Medium Violet Red. HEX triplet: B7, 1D and 8A. RGB value is (183,29,138). Sum of RGB (Red+Green+Blue) = 183+29+138=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71D8A is #48E275. Grayscale: #575757. Windows color (decimal): -4776566 or 9051575. OLE color: 9051575.

HSL color Cylindrical-coordinate representation of color #B71D8A: hue angle of 317.53º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71D8A is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB18329138-
CMYK00.840.250.28
HSL317.53º72.64%41.57%-
HSV(B)317.53º84.15%71.76%-
XYZ24.5612.7825.22-
YUV87.47156.52196.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 52.29%
GREEN value IS 29 (11.72% from 255) = 8.29%
BLUE value IS 138 (54.30% from 255) = 39.43%
R=52.29%
G=8.29%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832913800.840.250.28317.5372.6441.57
HexB71D8A054191C13e492a
Octal267352120124313447611152
Binary1011011111101100010100101010011001111001001111101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71D8A; }

 p { color: rgb(183,29,138); }

 H1.HeaderClassName
 {
   color: #B71D8A;
 }
 .AnyTagClassName
 {
   color: #B71D8A;
 }
</style>
background-color css

<style>
 a { background-color: #B71D8A; }

 a { background-color: rgb(183,29,138); }

 div.DivClassName
 {
   background-color: #B71D8A;
 }
 .BgClassName
 {
   background-color: #B71D8A;
 }
</style>
border-color css

<style>
 span { border-color: #B71D8A; }

 span { border-color: rgb(183,29,138); }

 td.TdClassName
 {
   border-color: #B71D8A;
 }
 .TagClassName
 {
   border-color: #B71D8A;
 }
</style>