Shades of Medium Violet Red #BB0BA6
Tints of Medium Violet Red #BB0BA6
RGB
CMYK
RGB Variations
Color information
#BB0BA6 (or 0xBB0BA6) is known color: Medium Violet Red. HEX triplet: BB, 0B and A6. RGB value is (187,11,166). Sum of RGB (Red+Green+Blue) = 187+11+166=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 166 (65.23% from 255 or 45.60% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0BA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0BA6 is #44F459. Grayscale: #505050. Windows color (decimal): -4519002 or 10881979. OLE color: 10881979.
HSL color Cylindrical-coordinate representation of color #BB0BA6: hue angle of 307.16º 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 #BB0BA6 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 11 | 166 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.27 |
| HSL | 307.16º | 0.89% | 0.39% | - |
| HSV(B) | 307.16º | 0.94% | 0.73% | - |
| XYZ | 27.5 | 13.56 | 37.24 | - |
| YUV | 81.29 | 175.81 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 166 | 0 | 0.94 | 0.11 | 0.27 | 307.16 | 0.89 | 0.39 |
| Hex | BB | B | A6 | 0 | 5E | B | 1B | 133 | 59 | 27 |
| Octal | 273 | 13 | 246 | 0 | 136 | 13 | 33 | 463 | 131 | 47 |
| Binary | 10111011 | 1011 | 10100110 | 0 | 1011110 | 1011 | 11011 | 100110011 | 1011001 | 100111 |
Color Harmonies of #BB0BA6
Complementary color
Monochromatic Colors of #BB0BA6
Black with #BB0BA6
Text Example
Text Example
White with #BB0BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BA6; }
p { color: rgb(187,11,166); }
H1.HeaderClassName
{
color: #BB0BA6;
}
.AnyTagClassName
{
color: #BB0BA6;
}
</style>
background-color css
<style>
a { background-color: #BB0BA6; }
a { background-color: rgb(187,11,166); }
div.DivClassName
{
background-color: #BB0BA6;
}
.BgClassName
{
background-color: #BB0BA6;
}
</style>
border-color css
<style>
span { border-color: #BB0BA6; }
span { border-color: rgb(187,11,166); }
td.TdClassName
{
border-color: #BB0BA6;
}
.TagClassName
{
border-color: #BB0BA6;
}
</style>