Shades of Medium Violet Red #BB0DA6
Tints of Medium Violet Red #BB0DA6
RGB
CMYK
RGB Variations
Color information
#BB0DA6 (or 0xBB0DA6) is known color: Medium Violet Red. HEX triplet: BB, 0D and A6. RGB value is (187,13,166). Sum of RGB (Red+Green+Blue) = 187+13+166=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 166 (65.23% from 255 or 45.36% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0DA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0DA6 is #44F259. Grayscale: #525252. Windows color (decimal): -4518490 or 10882491. OLE color: 10882491.
HSL color Cylindrical-coordinate representation of color #BB0DA6: hue angle of 307.24º degrees, saturation: 0.87, 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 #BB0DA6 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 13 | 166 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.27 |
| HSL | 307.24º | 0.87% | 0.39% | - |
| HSV(B) | 307.24º | 0.93% | 0.73% | - |
| XYZ | 27.52 | 13.61 | 37.25 | - |
| YUV | 82.47 | 175.15 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 166 | 0 | 0.93 | 0.11 | 0.27 | 307.24 | 0.87 | 0.39 |
| Hex | BB | D | A6 | 0 | 5D | B | 1B | 133 | 57 | 27 |
| Octal | 273 | 15 | 246 | 0 | 135 | 13 | 33 | 463 | 127 | 47 |
| Binary | 10111011 | 1101 | 10100110 | 0 | 1011101 | 1011 | 11011 | 100110011 | 1010111 | 100111 |
Color Harmonies of #BB0DA6
Complementary color
Monochromatic Colors of #BB0DA6
Black with #BB0DA6
Text Example
Text Example
White with #BB0DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0DA6; }
p { color: rgb(187,13,166); }
H1.HeaderClassName
{
color: #BB0DA6;
}
.AnyTagClassName
{
color: #BB0DA6;
}
</style>
background-color css
<style>
a { background-color: #BB0DA6; }
a { background-color: rgb(187,13,166); }
div.DivClassName
{
background-color: #BB0DA6;
}
.BgClassName
{
background-color: #BB0DA6;
}
</style>
border-color css
<style>
span { border-color: #BB0DA6; }
span { border-color: rgb(187,13,166); }
td.TdClassName
{
border-color: #BB0DA6;
}
.TagClassName
{
border-color: #BB0DA6;
}
</style>