#B91997

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

Shades of Medium Violet Red #B91997

Tints of Medium Violet Red #B91997

Color information

#B91997 (or 0xB91997) is unknown color: approx Medium Violet Red. HEX triplet: B9, 19 and 97. RGB value is (185,25,151). Sum of RGB (Red+Green+Blue) = 185+25+151=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B91997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91997 is #46E668. Grayscale: #565656. Windows color (decimal): -4646505 or 9902521. OLE color: 9902521.

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

Color convert

RGB18525151-
CMYK00.860.180.27
HSL312.75º76.19%41.18%-
HSV(B)312.75º86.49%72.55%-
XYZ25.9413.2430.47-
YUV87.2164.01197.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.25%
GREEN value IS 25 (10.16% from 255) = 6.93%
BLUE value IS 151 (59.38% from 255) = 41.83%
R=51.25%
G=6.93%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852515100.860.180.27312.7576.1941.18
HexB91997056121B1394c29
Octal271312270126223347111451
Binary1011100111001100101110101011010010110111001110011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91997; }

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

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

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

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

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

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

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

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