Shades of Medium Violet Red #BB0F9E
Tints of Medium Violet Red #BB0F9E
RGB
CMYK
RGB Variations
Color information
#BB0F9E (or 0xBB0F9E) is known color: Medium Violet Red. HEX triplet: BB, 0F and 9E. RGB value is (187,15,158). Sum of RGB (Red+Green+Blue) = 187+15+158=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0F9E is #44F061. Grayscale: #525252. Windows color (decimal): -4517986 or 10358715. OLE color: 10358715.
HSL color Cylindrical-coordinate representation of color #BB0F9E: hue angle of 310.12º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F9E is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 158 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.27 |
| HSL | 310.12º | 0.85% | 0.4% | - |
| HSV(B) | 310.12º | 0.92% | 0.73% | - |
| XYZ | 26.84 | 13.38 | 33.51 | - |
| YUV | 82.73 | 170.48 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 158 | 0 | 0.92 | 0.16 | 0.27 | 310.12 | 0.85 | 0.4 |
| Hex | BB | F | 9E | 0 | 5C | 10 | 1B | 136 | 55 | 28 |
| Octal | 273 | 17 | 236 | 0 | 134 | 20 | 33 | 466 | 125 | 50 |
| Binary | 10111011 | 1111 | 10011110 | 0 | 1011100 | 10000 | 11011 | 100110110 | 1010101 | 101000 |
Color Harmonies of #BB0F9E
Complementary color
Monochromatic Colors of #BB0F9E
Black with #BB0F9E
Text Example
Text Example
White with #BB0F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0F9E; }
p { color: rgb(187,15,158); }
H1.HeaderClassName
{
color: #BB0F9E;
}
.AnyTagClassName
{
color: #BB0F9E;
}
</style>
background-color css
<style>
a { background-color: #BB0F9E; }
a { background-color: rgb(187,15,158); }
div.DivClassName
{
background-color: #BB0F9E;
}
.BgClassName
{
background-color: #BB0F9E;
}
</style>
border-color css
<style>
span { border-color: #BB0F9E; }
span { border-color: rgb(187,15,158); }
td.TdClassName
{
border-color: #BB0F9E;
}
.TagClassName
{
border-color: #BB0F9E;
}
</style>