Shades of Deep Magenta #BB06C2
Tints of Deep Magenta #BB06C2
RGB
CMYK
RGB Variations
Color information
#BB06C2 (or 0xBB06C2) is known color: Deep Magenta. HEX triplet: BB, 06 and C2. RGB value is (187,6,194). Sum of RGB (Red+Green+Blue) = 187+6+194=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB06C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB06C2 is #44F93D. Grayscale: #505050. Windows color (decimal): -4520254 or 12715707. OLE color: 12715707.
HSL color Cylindrical-coordinate representation of color #BB06C2: hue angle of 297.77º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB06C2 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 6 | 194 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.24 |
| HSL | 297.77º | 0.94% | 0.39% | - |
| HSV(B) | 297.77º | 0.97% | 0.76% | - |
| XYZ | 30.3 | 14.59 | 52.26 | - |
| YUV | 81.55 | 191.47 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 194 | 0.04 | 0.97 | 0 | 0.24 | 297.77 | 0.94 | 0.39 |
| Hex | BB | 6 | C2 | 4 | 61 | 0 | 18 | 12A | 5E | 27 |
| Octal | 273 | 6 | 302 | 4 | 141 | 0 | 30 | 452 | 136 | 47 |
| Binary | 10111011 | 110 | 11000010 | 100 | 1100001 | 0 | 11000 | 100101010 | 1011110 | 100111 |
Color Harmonies of #BB06C2
Complementary color
Monochromatic Colors of #BB06C2
Black with #BB06C2
Text Example
Text Example
White with #BB06C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB06C2; }
p { color: rgb(187,6,194); }
H1.HeaderClassName
{
color: #BB06C2;
}
.AnyTagClassName
{
color: #BB06C2;
}
</style>
background-color css
<style>
a { background-color: #BB06C2; }
a { background-color: rgb(187,6,194); }
div.DivClassName
{
background-color: #BB06C2;
}
.BgClassName
{
background-color: #BB06C2;
}
</style>
border-color css
<style>
span { border-color: #BB06C2; }
span { border-color: rgb(187,6,194); }
td.TdClassName
{
border-color: #BB06C2;
}
.TagClassName
{
border-color: #BB06C2;
}
</style>