Shades of Medium Violet Red #BB06A0
Tints of Medium Violet Red #BB06A0
RGB
CMYK
RGB Variations
Color information
#BB06A0 (or 0xBB06A0) is known color: Medium Violet Red. HEX triplet: BB, 06 and A0. RGB value is (187,6,160). Sum of RGB (Red+Green+Blue) = 187+6+160=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB06A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB06A0 is #44F95F. Grayscale: #4D4D4D. Windows color (decimal): -4520288 or 10487483. OLE color: 10487483.
HSL color Cylindrical-coordinate representation of color #BB06A0: hue angle of 308.95º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB06A0 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 6 | 160 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.27 |
| HSL | 308.95º | 0.94% | 0.38% | - |
| HSV(B) | 308.95º | 0.97% | 0.73% | - |
| XYZ | 26.9 | 13.23 | 34.39 | - |
| YUV | 77.68 | 174.47 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 160 | 0 | 0.97 | 0.14 | 0.27 | 308.95 | 0.94 | 0.38 |
| Hex | BB | 6 | A0 | 0 | 61 | E | 1B | 135 | 5E | 26 |
| Octal | 273 | 6 | 240 | 0 | 141 | 16 | 33 | 465 | 136 | 46 |
| Binary | 10111011 | 110 | 10100000 | 0 | 1100001 | 1110 | 11011 | 100110101 | 1011110 | 100110 |
Color Harmonies of #BB06A0
Complementary color
Monochromatic Colors of #BB06A0
Black with #BB06A0
Text Example
Text Example
White with #BB06A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB06A0; }
p { color: rgb(187,6,160); }
H1.HeaderClassName
{
color: #BB06A0;
}
.AnyTagClassName
{
color: #BB06A0;
}
</style>
background-color css
<style>
a { background-color: #BB06A0; }
a { background-color: rgb(187,6,160); }
div.DivClassName
{
background-color: #BB06A0;
}
.BgClassName
{
background-color: #BB06A0;
}
</style>
border-color css
<style>
span { border-color: #BB06A0; }
span { border-color: rgb(187,6,160); }
td.TdClassName
{
border-color: #BB06A0;
}
.TagClassName
{
border-color: #BB06A0;
}
</style>