#B91996

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

Shades of Medium Violet Red #B91996

Tints of Medium Violet Red #B91996

Color information

#B91996 (or 0xB91996) is unknown color: approx Medium Violet Red. HEX triplet: B9, 19 and 96. RGB value is (185,25,150). Sum of RGB (Red+Green+Blue) = 185+25+150=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B91996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91996 is #46E669. Grayscale: #565656. Windows color (decimal): -4646506 or 9836985. OLE color: 9836985.

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

Color convert

RGB18525150-
CMYK00.860.190.27
HSL313.12º76.19%41.18%-
HSV(B)313.12º86.49%72.55%-
XYZ25.8613.2130.04-
YUV87.09163.51197.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.39%
GREEN value IS 25 (10.16% from 255) = 6.94%
BLUE value IS 150 (58.98% from 255) = 41.67%
R=51.39%
G=6.94%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852515000.860.190.27313.1276.1941.18
HexB91996056131B1394c29
Octal271312260126233347111451
Binary1011100111001100101100101011010011110111001110011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91996; }

 p { color: rgb(185,25,150); }

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

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

 a { background-color: rgb(185,25,150); }

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

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

 span { border-color: rgb(185,25,150); }

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