Shades of Deep Magenta #BB02DD
Tints of Deep Magenta #BB02DD
RGB
CMYK
RGB Variations
Color information
#BB02DD (or 0xBB02DD) is known color: Deep Magenta. HEX triplet: BB, 02 and DD. RGB value is (187,2,221). Sum of RGB (Red+Green+Blue) = 187+2+221=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB02DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB02DD is #44FD22. Grayscale: #515151. Windows color (decimal): -4521251 or 14484155. OLE color: 14484155.
HSL color Cylindrical-coordinate representation of color #BB02DD: hue angle of 290.68º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB02DD is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 2 | 221 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.13 |
| HSL | 290.68º | 0.98% | 0.44% | - |
| HSV(B) | 290.68º | 0.99% | 0.87% | - |
| XYZ | 33.57 | 15.83 | 69.69 | - |
| YUV | 82.28 | 206.29 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 221 | 0.15 | 0.99 | 0 | 0.13 | 290.68 | 0.98 | 0.44 |
| Hex | BB | 2 | DD | F | 63 | 0 | D | 123 | 62 | 2C |
| Octal | 273 | 2 | 335 | 17 | 143 | 0 | 15 | 443 | 142 | 54 |
| Binary | 10111011 | 10 | 11011101 | 1111 | 1100011 | 0 | 1101 | 100100011 | 1100010 | 101100 |
Color Harmonies of #BB02DD
Complementary color
Monochromatic Colors of #BB02DD
Black with #BB02DD
Text Example
Text Example
White with #BB02DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB02DD; }
p { color: rgb(187,2,221); }
H1.HeaderClassName
{
color: #BB02DD;
}
.AnyTagClassName
{
color: #BB02DD;
}
</style>
background-color css
<style>
a { background-color: #BB02DD; }
a { background-color: rgb(187,2,221); }
div.DivClassName
{
background-color: #BB02DD;
}
.BgClassName
{
background-color: #BB02DD;
}
</style>
border-color css
<style>
span { border-color: #BB02DD; }
span { border-color: rgb(187,2,221); }
td.TdClassName
{
border-color: #BB02DD;
}
.TagClassName
{
border-color: #BB02DD;
}
</style>