#B11879

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

Shades of Medium Violet Red #B11879

Tints of Medium Violet Red #B11879

Color information

#B11879 (or 0xB11879) is unknown color: approx Medium Violet Red. HEX triplet: B1, 18 and 79. RGB value is (177,24,121). Sum of RGB (Red+Green+Blue) = 177+24+121=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B11879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11879 is #4EE786. Grayscale: #505050. Windows color (decimal): -5171079 or 7936177. OLE color: 7936177.

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

Color convert

RGB17724121-
CMYK00.860.320.31
HSL321.96º76.12%39.41%-
HSV(B)321.96º86.44%69.41%-
XYZ21.9111.3819.13-
YUV80.8150.69196.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.97%
GREEN value IS 24 (9.77% from 255) = 7.45%
BLUE value IS 121 (47.66% from 255) = 37.58%
R=54.97%
G=7.45%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772412100.860.320.31321.9676.1239.41
HexB11879056201F1424c27
Octal261301710126403750211447
Binary1011000111000111100101010110100000111111010000101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11879; }

 p { color: rgb(177,24,121); }

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

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

 a { background-color: rgb(177,24,121); }

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

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

 span { border-color: rgb(177,24,121); }

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