#B11676

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

Shades of Medium Violet Red #B11676

Tints of Medium Violet Red #B11676

Color information

#B11676 (or 0xB11676) is unknown color: approx Medium Violet Red. HEX triplet: B1, 16 and 76. RGB value is (177,22,118). Sum of RGB (Red+Green+Blue) = 177+22+118=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B11676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11676 is #4EE989. Grayscale: #4F4F4F. Windows color (decimal): -5171594 or 7739057. OLE color: 7739057.

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

Color convert

RGB17722118-
CMYK00.880.330.31
HSL322.84º77.89%39.02%-
HSV(B)322.84º87.57%69.41%-
XYZ21.6911.2318.16-
YUV79.29149.85197.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 22 (8.98% from 255) = 6.94%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=55.84%
G=6.94%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772211800.880.330.31322.8477.8939.02
HexB11676058211F1434e27
Octal261261660130413750311647
Binary1011000110110111011001011000100001111111010000111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11676; }

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

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

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

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

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

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

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

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