Shades of Medium Violet Red #BB0BA2
Tints of Medium Violet Red #BB0BA2
RGB
CMYK
RGB Variations
Color information
#BB0BA2 (or 0xBB0BA2) is known color: Medium Violet Red. HEX triplet: BB, 0B and A2. RGB value is (187,11,162). Sum of RGB (Red+Green+Blue) = 187+11+162=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0BA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0BA2 is #44F45D. Grayscale: #505050. Windows color (decimal): -4519006 or 10619835. OLE color: 10619835.
HSL color Cylindrical-coordinate representation of color #BB0BA2: hue angle of 308.52º 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 #BB0BA2 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 11 | 162 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.27 |
| HSL | 308.52º | 0.89% | 0.39% | - |
| HSV(B) | 308.52º | 0.94% | 0.73% | - |
| XYZ | 27.13 | 13.41 | 35.34 | - |
| YUV | 80.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 162 | 0 | 0.94 | 0.13 | 0.27 | 308.52 | 0.89 | 0.39 |
| Hex | BB | B | A2 | 0 | 5E | D | 1B | 135 | 59 | 27 |
| Octal | 273 | 13 | 242 | 0 | 136 | 15 | 33 | 465 | 131 | 47 |
| Binary | 10111011 | 1011 | 10100010 | 0 | 1011110 | 1101 | 11011 | 100110101 | 1011001 | 100111 |
Color Harmonies of #BB0BA2
Complementary color
Monochromatic Colors of #BB0BA2
Black with #BB0BA2
Text Example
Text Example
White with #BB0BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BA2; }
p { color: rgb(187,11,162); }
H1.HeaderClassName
{
color: #BB0BA2;
}
.AnyTagClassName
{
color: #BB0BA2;
}
</style>
background-color css
<style>
a { background-color: #BB0BA2; }
a { background-color: rgb(187,11,162); }
div.DivClassName
{
background-color: #BB0BA2;
}
.BgClassName
{
background-color: #BB0BA2;
}
</style>
border-color css
<style>
span { border-color: #BB0BA2; }
span { border-color: rgb(187,11,162); }
td.TdClassName
{
border-color: #BB0BA2;
}
.TagClassName
{
border-color: #BB0BA2;
}
</style>