#B11578

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

Shades of Medium Violet Red #B11578

Tints of Medium Violet Red #B11578

Color information

#B11578 (or 0xB11578) is unknown color: approx Medium Violet Red. HEX triplet: B1, 15 and 78. RGB value is (177,21,120). Sum of RGB (Red+Green+Blue) = 177+21+120=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B11578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11578 is #4EEA87. Grayscale: #4E4E4E. Windows color (decimal): -5171848 or 7869873. OLE color: 7869873.

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

Color convert

RGB17721120-
CMYK00.880.320.31
HSL321.92º78.79%38.82%-
HSV(B)321.92º88.14%69.41%-
XYZ21.7911.2418.79-
YUV78.93151.18197.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.66%
GREEN value IS 21 (8.59% from 255) = 6.60%
BLUE value IS 120 (47.27% from 255) = 37.74%
R=55.66%
G=6.60%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772112000.880.320.31321.9278.7938.82
HexB11578058201F1424f27
Octal261251700130403750211747
Binary1011000110101111100001011000100000111111010000101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11578; }

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

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

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

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

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

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

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

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