Shades of Medium Violet Red #BB0BA0
Tints of Medium Violet Red #BB0BA0
RGB
CMYK
RGB Variations
Color information
#BB0BA0 (or 0xBB0BA0) is known color: Medium Violet Red. HEX triplet: BB, 0B and A0. RGB value is (187,11,160). Sum of RGB (Red+Green+Blue) = 187+11+160=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0BA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0BA0 is #44F45F. Grayscale: #505050. Windows color (decimal): -4519008 or 10488763. OLE color: 10488763.
HSL color Cylindrical-coordinate representation of color #BB0BA0: hue angle of 309.2º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0BA0 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 11 | 160 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.27 |
| HSL | 309.2º | 0.89% | 0.39% | - |
| HSV(B) | 309.2º | 0.94% | 0.73% | - |
| XYZ | 26.96 | 13.34 | 34.41 | - |
| YUV | 80.61 | 172.81 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 160 | 0 | 0.94 | 0.14 | 0.27 | 309.2 | 0.89 | 0.39 |
| Hex | BB | B | A0 | 0 | 5E | E | 1B | 135 | 59 | 27 |
| Octal | 273 | 13 | 240 | 0 | 136 | 16 | 33 | 465 | 131 | 47 |
| Binary | 10111011 | 1011 | 10100000 | 0 | 1011110 | 1110 | 11011 | 100110101 | 1011001 | 100111 |
Color Harmonies of #BB0BA0
Complementary color
Monochromatic Colors of #BB0BA0
Black with #BB0BA0
Text Example
Text Example
White with #BB0BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BA0; }
p { color: rgb(187,11,160); }
H1.HeaderClassName
{
color: #BB0BA0;
}
.AnyTagClassName
{
color: #BB0BA0;
}
</style>
background-color css
<style>
a { background-color: #BB0BA0; }
a { background-color: rgb(187,11,160); }
div.DivClassName
{
background-color: #BB0BA0;
}
.BgClassName
{
background-color: #BB0BA0;
}
</style>
border-color css
<style>
span { border-color: #BB0BA0; }
span { border-color: rgb(187,11,160); }
td.TdClassName
{
border-color: #BB0BA0;
}
.TagClassName
{
border-color: #BB0BA0;
}
</style>