#B91772

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

Shades of Medium Violet Red #B91772

Tints of Medium Violet Red #B91772

Color information

#B91772 (or 0xB91772) is unknown color: approx Medium Violet Red. HEX triplet: B9, 17 and 72. RGB value is (185,23,114). Sum of RGB (Red+Green+Blue) = 185+23+114=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B91772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91772 is #46E88D. Grayscale: #515151. Windows color (decimal): -4647054 or 7477177. OLE color: 7477177.

HSL color Cylindrical-coordinate representation of color #B91772: hue angle of 326.3º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91772 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB18523114-
CMYK00.880.380.27
HSL326.3º77.88%40.78%-
HSV(B)326.3º87.57%72.55%-
XYZ23.3512.1417.03-
YUV81.81146.17201.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.45%
GREEN value IS 23 (9.38% from 255) = 7.14%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=57.45%
G=7.14%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852311400.880.380.27326.377.8840.78
HexB91772058261B1464e29
Octal271271620130463350611651
Binary1011100110111111001001011000100110110111010001101001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91772; }

 p { color: rgb(185,23,114); }

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

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

 a { background-color: rgb(185,23,114); }

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

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

 span { border-color: rgb(185,23,114); }

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