Shades of Deep Magenta #BB02DA
Tints of Deep Magenta #BB02DA
RGB
CMYK
RGB Variations
Color information
#BB02DA (or 0xBB02DA) is known color: Deep Magenta. HEX triplet: BB, 02 and DA. RGB value is (187,2,218). Sum of RGB (Red+Green+Blue) = 187+2+218=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB02DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB02DA is #44FD25. Grayscale: #515151. Windows color (decimal): -4521254 or 14287547. OLE color: 14287547.
HSL color Cylindrical-coordinate representation of color #BB02DA: hue angle of 291.39º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB02DA is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 2 | 218 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.15 |
| HSL | 291.39º | 0.98% | 0.43% | - |
| HSV(B) | 291.39º | 0.99% | 0.85% | - |
| XYZ | 33.17 | 15.67 | 67.61 | - |
| YUV | 81.94 | 204.79 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 218 | 0.14 | 0.99 | 0 | 0.15 | 291.39 | 0.98 | 0.43 |
| Hex | BB | 2 | DA | E | 63 | 0 | F | 123 | 62 | 2B |
| Octal | 273 | 2 | 332 | 16 | 143 | 0 | 17 | 443 | 142 | 53 |
| Binary | 10111011 | 10 | 11011010 | 1110 | 1100011 | 0 | 1111 | 100100011 | 1100010 | 101011 |
Color Harmonies of #BB02DA
Complementary color
Monochromatic Colors of #BB02DA
Black with #BB02DA
Text Example
Text Example
White with #BB02DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB02DA; }
p { color: rgb(187,2,218); }
H1.HeaderClassName
{
color: #BB02DA;
}
.AnyTagClassName
{
color: #BB02DA;
}
</style>
background-color css
<style>
a { background-color: #BB02DA; }
a { background-color: rgb(187,2,218); }
div.DivClassName
{
background-color: #BB02DA;
}
.BgClassName
{
background-color: #BB02DA;
}
</style>
border-color css
<style>
span { border-color: #BB02DA; }
span { border-color: rgb(187,2,218); }
td.TdClassName
{
border-color: #BB02DA;
}
.TagClassName
{
border-color: #BB02DA;
}
</style>