Shades of Medium Violet Red #B91488
Tints of Medium Violet Red #B91488
RGB
CMYK
RGB Variations
Color information
#B91488 (or 0xB91488) is known color: Medium Violet Red. HEX triplet: B9, 14 and 88. RGB value is (185,20,136). Sum of RGB (Red+Green+Blue) = 185+20+136=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B91488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91488 is #46EB77. Grayscale: #525252. Windows color (decimal): -4647800 or 8918201. OLE color: 8918201.
HSL color Cylindrical-coordinate representation of color #B91488: hue angle of 317.82º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91488 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 20 | 136 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.27 |
| HSL | 317.82º | 0.8% | 0.4% | - |
| HSV(B) | 317.82º | 0.89% | 0.73% | - |
| XYZ | 24.7 | 12.59 | 24.42 | - |
| YUV | 82.56 | 158.16 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 136 | 0 | 0.89 | 0.26 | 0.27 | 317.82 | 0.8 | 0.4 |
| Hex | B9 | 14 | 88 | 0 | 59 | 1A | 1B | 13E | 50 | 28 |
| Octal | 271 | 24 | 210 | 0 | 131 | 32 | 33 | 476 | 120 | 50 |
| Binary | 10111001 | 10100 | 10001000 | 0 | 1011001 | 11010 | 11011 | 100111110 | 1010000 | 101000 |
Color Harmonies of #B91488
Complementary color
Monochromatic Colors of #B91488
Black with #B91488
Text Example
Text Example
White with #B91488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91488; }
p { color: rgb(185,20,136); }
H1.HeaderClassName
{
color: #B91488;
}
.AnyTagClassName
{
color: #B91488;
}
</style>
background-color css
<style>
a { background-color: #B91488; }
a { background-color: rgb(185,20,136); }
div.DivClassName
{
background-color: #B91488;
}
.BgClassName
{
background-color: #B91488;
}
</style>
border-color css
<style>
span { border-color: #B91488; }
span { border-color: rgb(185,20,136); }
td.TdClassName
{
border-color: #B91488;
}
.TagClassName
{
border-color: #B91488;
}
</style>