#B11975

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

Shades of Medium Violet Red #B11975

Tints of Medium Violet Red #B11975

Color information

#B11975 (or 0xB11975) is unknown color: approx Medium Violet Red. HEX triplet: B1, 19 and 75. RGB value is (177,25,117). Sum of RGB (Red+Green+Blue) = 177+25+117=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B11975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11975 is #4EE68A. Grayscale: #505050. Windows color (decimal): -5170827 or 7674289. OLE color: 7674289.

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

Color convert

RGB17725117-
CMYK00.860.340.31
HSL323.68º75.25%39.61%-
HSV(B)323.68º85.88%69.41%-
XYZ21.6911.3317.87-
YUV80.94148.36196.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.49%
GREEN value IS 25 (10.16% from 255) = 7.84%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=55.49%
G=7.84%
B=36.68%

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
Decimal1772511700.860.340.31323.6875.2539.61
HexB11975056221F1444b28
Octal261311650126423750411350
Binary1011000111001111010101010110100010111111010001001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11975; }

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

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

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

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

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

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

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

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