Shades of Deep Magenta #BB03DA
Tints of Deep Magenta #BB03DA
RGB
CMYK
RGB Variations
Color information
#BB03DA (or 0xBB03DA) is known color: Deep Magenta. HEX triplet: BB, 03 and DA. RGB value is (187,3,218). Sum of RGB (Red+Green+Blue) = 187+3+218=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB03DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB03DA is #44FC25. Grayscale: #515151. Windows color (decimal): -4520998 or 14287803. OLE color: 14287803.
HSL color Cylindrical-coordinate representation of color #BB03DA: hue angle of 291.35º degrees, saturation: 0.97, 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 #BB03DA is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 3 | 218 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.15 |
| HSL | 291.35º | 0.97% | 0.43% | - |
| HSV(B) | 291.35º | 0.99% | 0.85% | - |
| XYZ | 33.18 | 15.69 | 67.61 | - |
| YUV | 82.53 | 204.46 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 218 | 0.14 | 0.99 | 0 | 0.15 | 291.35 | 0.97 | 0.43 |
| Hex | BB | 3 | DA | E | 63 | 0 | F | 123 | 61 | 2B |
| Octal | 273 | 3 | 332 | 16 | 143 | 0 | 17 | 443 | 141 | 53 |
| Binary | 10111011 | 11 | 11011010 | 1110 | 1100011 | 0 | 1111 | 100100011 | 1100001 | 101011 |
Color Harmonies of #BB03DA
Complementary color
Monochromatic Colors of #BB03DA
Black with #BB03DA
Text Example
Text Example
White with #BB03DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB03DA; }
p { color: rgb(187,3,218); }
H1.HeaderClassName
{
color: #BB03DA;
}
.AnyTagClassName
{
color: #BB03DA;
}
</style>
background-color css
<style>
a { background-color: #BB03DA; }
a { background-color: rgb(187,3,218); }
div.DivClassName
{
background-color: #BB03DA;
}
.BgClassName
{
background-color: #BB03DA;
}
</style>
border-color css
<style>
span { border-color: #BB03DA; }
span { border-color: rgb(187,3,218); }
td.TdClassName
{
border-color: #BB03DA;
}
.TagClassName
{
border-color: #BB03DA;
}
</style>