Shades of Deep Magenta #BD03DD
Tints of Deep Magenta #BD03DD
RGB
CMYK
RGB Variations
Color information
#BD03DD (or 0xBD03DD) is known color: Deep Magenta. HEX triplet: BD, 03 and DD. RGB value is (189,3,221). Sum of RGB (Red+Green+Blue) = 189+3+221=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD03DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD03DD is #42FC22. Grayscale: #525252. Windows color (decimal): -4389923 or 14484413. OLE color: 14484413.
HSL color Cylindrical-coordinate representation of color #BD03DD: hue angle of 291.19º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD03DD is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 3 | 221 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.13 |
| HSL | 291.19º | 0.97% | 0.44% | - |
| HSV(B) | 291.19º | 0.99% | 0.87% | - |
| XYZ | 34.07 | 16.1 | 69.72 | - |
| YUV | 83.47 | 205.62 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 221 | 0.14 | 0.99 | 0 | 0.13 | 291.19 | 0.97 | 0.44 |
| Hex | BD | 3 | DD | E | 63 | 0 | D | 123 | 61 | 2C |
| Octal | 275 | 3 | 335 | 16 | 143 | 0 | 15 | 443 | 141 | 54 |
| Binary | 10111101 | 11 | 11011101 | 1110 | 1100011 | 0 | 1101 | 100100011 | 1100001 | 101100 |
Color Harmonies of #BD03DD
Complementary color
Monochromatic Colors of #BD03DD
Black with #BD03DD
Text Example
Text Example
White with #BD03DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD03DD; }
p { color: rgb(189,3,221); }
H1.HeaderClassName
{
color: #BD03DD;
}
.AnyTagClassName
{
color: #BD03DD;
}
</style>
background-color css
<style>
a { background-color: #BD03DD; }
a { background-color: rgb(189,3,221); }
div.DivClassName
{
background-color: #BD03DD;
}
.BgClassName
{
background-color: #BD03DD;
}
</style>
border-color css
<style>
span { border-color: #BD03DD; }
span { border-color: rgb(189,3,221); }
td.TdClassName
{
border-color: #BD03DD;
}
.TagClassName
{
border-color: #BD03DD;
}
</style>