Shades of Deep Magenta #BB03DC
Tints of Deep Magenta #BB03DC
RGB
CMYK
RGB Variations
Color information
#BB03DC (or 0xBB03DC) is known color: Deep Magenta. HEX triplet: BB, 03 and DC. RGB value is (187,3,220). Sum of RGB (Red+Green+Blue) = 187+3+220=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB03DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB03DC is #44FC23. Grayscale: #525252. Windows color (decimal): -4520996 or 14418875. OLE color: 14418875.
HSL color Cylindrical-coordinate representation of color #BB03DC: hue angle of 290.88º 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 #BB03DC is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 3 | 220 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.14 |
| HSL | 290.88º | 0.97% | 0.44% | - |
| HSV(B) | 290.88º | 0.99% | 0.86% | - |
| XYZ | 33.44 | 15.8 | 69 | - |
| YUV | 82.75 | 205.46 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 220 | 0.15 | 0.99 | 0 | 0.14 | 290.88 | 0.97 | 0.44 |
| Hex | BB | 3 | DC | F | 63 | 0 | E | 123 | 61 | 2C |
| Octal | 273 | 3 | 334 | 17 | 143 | 0 | 16 | 443 | 141 | 54 |
| Binary | 10111011 | 11 | 11011100 | 1111 | 1100011 | 0 | 1110 | 100100011 | 1100001 | 101100 |
Color Harmonies of #BB03DC
Complementary color
Monochromatic Colors of #BB03DC
Black with #BB03DC
Text Example
Text Example
White with #BB03DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB03DC; }
p { color: rgb(187,3,220); }
H1.HeaderClassName
{
color: #BB03DC;
}
.AnyTagClassName
{
color: #BB03DC;
}
</style>
background-color css
<style>
a { background-color: #BB03DC; }
a { background-color: rgb(187,3,220); }
div.DivClassName
{
background-color: #BB03DC;
}
.BgClassName
{
background-color: #BB03DC;
}
</style>
border-color css
<style>
span { border-color: #BB03DC; }
span { border-color: rgb(187,3,220); }
td.TdClassName
{
border-color: #BB03DC;
}
.TagClassName
{
border-color: #BB03DC;
}
</style>