Shades of Deep Magenta #BB03DB
Tints of Deep Magenta #BB03DB
RGB
CMYK
RGB Variations
Color information
#BB03DB (or 0xBB03DB) is known color: Deep Magenta. HEX triplet: BB, 03 and DB. RGB value is (187,3,219). Sum of RGB (Red+Green+Blue) = 187+3+219=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB03DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB03DB is #44FC24. Grayscale: #515151. Windows color (decimal): -4520997 or 14353339. OLE color: 14353339.
HSL color Cylindrical-coordinate representation of color #BB03DB: hue angle of 291.11º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB03DB is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 3 | 219 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.14 |
| HSL | 291.11º | 0.97% | 0.44% | - |
| HSV(B) | 291.11º | 0.99% | 0.86% | - |
| XYZ | 33.31 | 15.74 | 68.3 | - |
| YUV | 82.64 | 204.96 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 219 | 0.15 | 0.99 | 0 | 0.14 | 291.11 | 0.97 | 0.44 |
| Hex | BB | 3 | DB | F | 63 | 0 | E | 123 | 61 | 2C |
| Octal | 273 | 3 | 333 | 17 | 143 | 0 | 16 | 443 | 141 | 54 |
| Binary | 10111011 | 11 | 11011011 | 1111 | 1100011 | 0 | 1110 | 100100011 | 1100001 | 101100 |
Color Harmonies of #BB03DB
Complementary color
Monochromatic Colors of #BB03DB
Black with #BB03DB
Text Example
Text Example
White with #BB03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB03DB; }
p { color: rgb(187,3,219); }
H1.HeaderClassName
{
color: #BB03DB;
}
.AnyTagClassName
{
color: #BB03DB;
}
</style>
background-color css
<style>
a { background-color: #BB03DB; }
a { background-color: rgb(187,3,219); }
div.DivClassName
{
background-color: #BB03DB;
}
.BgClassName
{
background-color: #BB03DB;
}
</style>
border-color css
<style>
span { border-color: #BB03DB; }
span { border-color: rgb(187,3,219); }
td.TdClassName
{
border-color: #BB03DB;
}
.TagClassName
{
border-color: #BB03DB;
}
</style>