#B91296

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

Shades of Medium Violet Red #B91296

Tints of Medium Violet Red #B91296

Color information

#B91296 (or 0xB91296) is unknown color: approx Medium Violet Red. HEX triplet: B9, 12 and 96. RGB value is (185,18,150). Sum of RGB (Red+Green+Blue) = 185+18+150=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B91296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91296 is #46ED69. Grayscale: #525252. Windows color (decimal): -4648298 or 9835193. OLE color: 9835193.

HSL color Cylindrical-coordinate representation of color #B91296: hue angle of 312.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91296 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18518150-
CMYK00.900.190.27
HSL312.57º82.27%39.8%-
HSV(B)312.57º90.27%72.55%-
XYZ25.7312.9530-
YUV82.98165.83200.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.41%
GREEN value IS 18 (7.42% from 255) = 5.10%
BLUE value IS 150 (58.98% from 255) = 42.49%
R=52.41%
G=5.10%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851815000.900.190.27312.5782.2739.8
HexB9129605A131B1395228
Octal271222260132233347112250
Binary1011100110010100101100101101010011110111001110011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91296; }

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

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

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

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

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

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

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

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