Shades of Deep Magenta #BB06BA
Tints of Deep Magenta #BB06BA
RGB
CMYK
RGB Variations
Color information
#BB06BA (or 0xBB06BA) is known color: Deep Magenta. HEX triplet: BB, 06 and BA. RGB value is (187,6,186). Sum of RGB (Red+Green+Blue) = 187+6+186=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB06BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB06BA is #44F945. Grayscale: #505050. Windows color (decimal): -4520262 or 12191419. OLE color: 12191419.
HSL color Cylindrical-coordinate representation of color #BB06BA: hue angle of 300.33º 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 #BB06BA is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 6 | 186 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.27 |
| HSL | 300.33º | 0.94% | 0.38% | - |
| HSV(B) | 300.33º | 0.97% | 0.73% | - |
| XYZ | 29.42 | 14.24 | 47.65 | - |
| YUV | 80.64 | 187.47 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 186 | 0 | 0.97 | 0.01 | 0.27 | 300.33 | 0.94 | 0.38 |
| Hex | BB | 6 | BA | 0 | 61 | 1 | 1B | 12C | 5E | 26 |
| Octal | 273 | 6 | 272 | 0 | 141 | 1 | 33 | 454 | 136 | 46 |
| Binary | 10111011 | 110 | 10111010 | 0 | 1100001 | 1 | 11011 | 100101100 | 1011110 | 100110 |
Color Harmonies of #BB06BA
Complementary color
Monochromatic Colors of #BB06BA
Black with #BB06BA
Text Example
Text Example
White with #BB06BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB06BA; }
p { color: rgb(187,6,186); }
H1.HeaderClassName
{
color: #BB06BA;
}
.AnyTagClassName
{
color: #BB06BA;
}
</style>
background-color css
<style>
a { background-color: #BB06BA; }
a { background-color: rgb(187,6,186); }
div.DivClassName
{
background-color: #BB06BA;
}
.BgClassName
{
background-color: #BB06BA;
}
</style>
border-color css
<style>
span { border-color: #BB06BA; }
span { border-color: rgb(187,6,186); }
td.TdClassName
{
border-color: #BB06BA;
}
.TagClassName
{
border-color: #BB06BA;
}
</style>