#B11577

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

Shades of Medium Violet Red #B11577

Tints of Medium Violet Red #B11577

Color information

#B11577 (or 0xB11577) is unknown color: approx Medium Violet Red. HEX triplet: B1, 15 and 77. RGB value is (177,21,119). Sum of RGB (Red+Green+Blue) = 177+21+119=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B11577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11577 is #4EEA88. Grayscale: #4E4E4E. Windows color (decimal): -5171849 or 7804337. OLE color: 7804337.

HSL color Cylindrical-coordinate representation of color #B11577: hue angle of 322.31º degrees, saturation: 0.79, 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 #B11577 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB17721119-
CMYK00.880.330.31
HSL322.31º78.79%38.82%-
HSV(B)322.31º88.14%69.41%-
XYZ21.7311.2218.47-
YUV78.82150.68198.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 21 (8.59% from 255) = 6.62%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=55.84%
G=6.62%
B=37.54%

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
Decimal1772111900.880.330.31322.3178.7938.82
HexB11577058211F1424f27
Octal261251670130413750211747
Binary1011000110101111011101011000100001111111010000101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11577; }

 p { color: rgb(177,21,119); }

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

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

 a { background-color: rgb(177,21,119); }

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

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

 span { border-color: rgb(177,21,119); }

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