Shades of Medium Violet Red #BB0E97
Tints of Medium Violet Red #BB0E97
RGB
CMYK
RGB Variations
Color information
#BB0E97 (or 0xBB0E97) is known color: Medium Violet Red. HEX triplet: BB, 0E and 97. RGB value is (187,14,151). Sum of RGB (Red+Green+Blue) = 187+14+151=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0E97 is #44F168. Grayscale: #505050. Windows color (decimal): -4518249 or 9899707. OLE color: 9899707.
HSL color Cylindrical-coordinate representation of color #BB0E97: hue angle of 312.49º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0E97 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 14 | 151 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.27 |
| HSL | 312.49º | 0.86% | 0.39% | - |
| HSV(B) | 312.49º | 0.93% | 0.73% | - |
| XYZ | 26.24 | 13.11 | 30.43 | - |
| YUV | 81.35 | 167.31 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 151 | 0 | 0.93 | 0.19 | 0.27 | 312.49 | 0.86 | 0.39 |
| Hex | BB | E | 97 | 0 | 5D | 13 | 1B | 138 | 56 | 27 |
| Octal | 273 | 16 | 227 | 0 | 135 | 23 | 33 | 470 | 126 | 47 |
| Binary | 10111011 | 1110 | 10010111 | 0 | 1011101 | 10011 | 11011 | 100111000 | 1010110 | 100111 |
Color Harmonies of #BB0E97
Complementary color
Monochromatic Colors of #BB0E97
Black with #BB0E97
Text Example
Text Example
White with #BB0E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0E97; }
p { color: rgb(187,14,151); }
H1.HeaderClassName
{
color: #BB0E97;
}
.AnyTagClassName
{
color: #BB0E97;
}
</style>
background-color css
<style>
a { background-color: #BB0E97; }
a { background-color: rgb(187,14,151); }
div.DivClassName
{
background-color: #BB0E97;
}
.BgClassName
{
background-color: #BB0E97;
}
</style>
border-color css
<style>
span { border-color: #BB0E97; }
span { border-color: rgb(187,14,151); }
td.TdClassName
{
border-color: #BB0E97;
}
.TagClassName
{
border-color: #BB0E97;
}
</style>