Shades of Deep Magenta #BB03D6
Tints of Deep Magenta #BB03D6
RGB
CMYK
RGB Variations
Color information
#BB03D6 (or 0xBB03D6) is known color: Deep Magenta. HEX triplet: BB, 03 and D6. RGB value is (187,3,214). Sum of RGB (Red+Green+Blue) = 187+3+214=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 214 (83.98% from 255 or 52.97% from 404); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB03D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB03D6 is #44FC29. Grayscale: #515151. Windows color (decimal): -4521002 or 14025659. OLE color: 14025659.
HSL color Cylindrical-coordinate representation of color #BB03D6: hue angle of 292.32º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB03D6 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 3 | 214 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.16 |
| HSL | 292.32º | 0.97% | 0.43% | - |
| HSV(B) | 292.32º | 0.99% | 0.84% | - |
| XYZ | 32.66 | 15.48 | 64.89 | - |
| YUV | 82.07 | 202.46 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 214 | 0.13 | 0.99 | 0 | 0.16 | 292.32 | 0.97 | 0.43 |
| Hex | BB | 3 | D6 | D | 63 | 0 | 10 | 124 | 61 | 2B |
| Octal | 273 | 3 | 326 | 15 | 143 | 0 | 20 | 444 | 141 | 53 |
| Binary | 10111011 | 11 | 11010110 | 1101 | 1100011 | 0 | 10000 | 100100100 | 1100001 | 101011 |
Color Harmonies of #BB03D6
Complementary color
Monochromatic Colors of #BB03D6
Black with #BB03D6
Text Example
Text Example
White with #BB03D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB03D6; }
p { color: rgb(187,3,214); }
H1.HeaderClassName
{
color: #BB03D6;
}
.AnyTagClassName
{
color: #BB03D6;
}
</style>
background-color css
<style>
a { background-color: #BB03D6; }
a { background-color: rgb(187,3,214); }
div.DivClassName
{
background-color: #BB03D6;
}
.BgClassName
{
background-color: #BB03D6;
}
</style>
border-color css
<style>
span { border-color: #BB03D6; }
span { border-color: rgb(187,3,214); }
td.TdClassName
{
border-color: #BB03D6;
}
.TagClassName
{
border-color: #BB03D6;
}
</style>