#B11976

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

Shades of Medium Violet Red #B11976

Tints of Medium Violet Red #B11976

Color information

#B11976 (or 0xB11976) is unknown color: approx Medium Violet Red. HEX triplet: B1, 19 and 76. RGB value is (177,25,118). Sum of RGB (Red+Green+Blue) = 177+25+118=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B11976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11976 is #4EE689. Grayscale: #505050. Windows color (decimal): -5170826 or 7739825. OLE color: 7739825.

HSL color Cylindrical-coordinate representation of color #B11976: hue angle of 323.29º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11976 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB17725118-
CMYK00.860.330.31
HSL323.29º75.25%39.61%-
HSV(B)323.29º85.88%69.41%-
XYZ21.7511.3518.18-
YUV81.05148.86196.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.31%
GREEN value IS 25 (10.16% from 255) = 7.81%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=55.31%
G=7.81%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772511800.860.330.31323.2975.2539.61
HexB11976056211F1434b28
Octal261311660126413750311350
Binary1011000111001111011001010110100001111111010000111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11976; }

 p { color: rgb(177,25,118); }

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

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

 a { background-color: rgb(177,25,118); }

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

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

 span { border-color: rgb(177,25,118); }

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