#b11974

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

Shades of Medium Violet Red #B11974

Tints of Medium Violet Red #B11974

Color information

#B11974 (or 0xB11974) is unknown color: approx Medium Violet Red. HEX triplet: B1, 19 and 74. RGB value is (177,25,116). Sum of RGB (Red+Green+Blue) = 177+25+116=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B11974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11974 is #4EE68B. Grayscale: #505050. Windows color (decimal): -5170828 or 7608753. OLE color: 7608753.

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

Color convert

RGB17725116-
CMYK00.860.340.31
HSL324.08º75.25%39.61%-
HSV(B)324.08º85.88%69.41%-
XYZ21.6311.317.56-
YUV80.82147.86196.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.66%
GREEN value IS 25 (10.16% from 255) = 7.86%
BLUE value IS 116 (45.70% from 255) = 36.48%
R=55.66%
G=7.86%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772511600.860.340.31324.0875.2539.61
HexB11974056221F1444b28
Octal261311640126423750411350
Binary1011000111001111010001010110100010111111010001001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b11974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b11974; }

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

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

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

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

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

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

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

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