Shades of Medium Violet Red #B91391
Tints of Medium Violet Red #B91391
RGB
CMYK
RGB Variations
Color information
#B91391 (or 0xB91391) is known color: Medium Violet Red. HEX triplet: B9, 13 and 91. RGB value is (185,19,145). Sum of RGB (Red+Green+Blue) = 185+19+145=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B91391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91391 is #46EC6E. Grayscale: #525252. Windows color (decimal): -4648047 or 9507769. OLE color: 9507769.
HSL color Cylindrical-coordinate representation of color #B91391: hue angle of 314.46º degrees, saturation: 0.81, 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 #B91391 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 19 | 145 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.27 |
| HSL | 314.46º | 0.81% | 0.4% | - |
| HSV(B) | 314.46º | 0.9% | 0.73% | - |
| XYZ | 25.35 | 12.82 | 27.93 | - |
| YUV | 83 | 163 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 145 | 0 | 0.90 | 0.22 | 0.27 | 314.46 | 0.81 | 0.4 |
| Hex | B9 | 13 | 91 | 0 | 5A | 16 | 1B | 13A | 51 | 28 |
| Octal | 271 | 23 | 221 | 0 | 132 | 26 | 33 | 472 | 121 | 50 |
| Binary | 10111001 | 10011 | 10010001 | 0 | 1011010 | 10110 | 11011 | 100111010 | 1010001 | 101000 |
Color Harmonies of #B91391
Complementary color
Monochromatic Colors of #B91391
Black with #B91391
Text Example
Text Example
White with #B91391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91391; }
p { color: rgb(185,19,145); }
H1.HeaderClassName
{
color: #B91391;
}
.AnyTagClassName
{
color: #B91391;
}
</style>
background-color css
<style>
a { background-color: #B91391; }
a { background-color: rgb(185,19,145); }
div.DivClassName
{
background-color: #B91391;
}
.BgClassName
{
background-color: #B91391;
}
</style>
border-color css
<style>
span { border-color: #B91391; }
span { border-color: rgb(185,19,145); }
td.TdClassName
{
border-color: #B91391;
}
.TagClassName
{
border-color: #B91391;
}
</style>