Shades of Deep Magenta #BB02D6
Tints of Deep Magenta #BB02D6
RGB
CMYK
RGB Variations
Color information
#BB02D6 (or 0xBB02D6) is known color: Deep Magenta. HEX triplet: BB, 02 and D6. RGB value is (187,2,214). Sum of RGB (Red+Green+Blue) = 187+2+214=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB02D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB02D6 is #44FD29. Grayscale: #505050. Windows color (decimal): -4521258 or 14025403. OLE color: 14025403.
HSL color Cylindrical-coordinate representation of color #BB02D6: hue angle of 292.36º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB02D6 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 2 | 214 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.16 |
| HSL | 292.36º | 0.98% | 0.42% | - |
| HSV(B) | 292.36º | 0.99% | 0.84% | - |
| XYZ | 32.65 | 15.46 | 64.88 | - |
| YUV | 81.48 | 202.79 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 214 | 0.13 | 0.99 | 0 | 0.16 | 292.36 | 0.98 | 0.42 |
| Hex | BB | 2 | D6 | D | 63 | 0 | 10 | 124 | 62 | 2A |
| Octal | 273 | 2 | 326 | 15 | 143 | 0 | 20 | 444 | 142 | 52 |
| Binary | 10111011 | 10 | 11010110 | 1101 | 1100011 | 0 | 10000 | 100100100 | 1100010 | 101010 |
Color Harmonies of #BB02D6
Complementary color
Monochromatic Colors of #BB02D6
Black with #BB02D6
Text Example
Text Example
White with #BB02D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB02D6; }
p { color: rgb(187,2,214); }
H1.HeaderClassName
{
color: #BB02D6;
}
.AnyTagClassName
{
color: #BB02D6;
}
</style>
background-color css
<style>
a { background-color: #BB02D6; }
a { background-color: rgb(187,2,214); }
div.DivClassName
{
background-color: #BB02D6;
}
.BgClassName
{
background-color: #BB02D6;
}
</style>
border-color css
<style>
span { border-color: #BB02D6; }
span { border-color: rgb(187,2,214); }
td.TdClassName
{
border-color: #BB02D6;
}
.TagClassName
{
border-color: #BB02D6;
}
</style>