Shades of Deep Magenta #BD02DF
Tints of Deep Magenta #BD02DF
RGB
CMYK
RGB Variations
Color information
#BD02DF (or 0xBD02DF) is known color: Deep Magenta. HEX triplet: BD, 02 and DF. RGB value is (189,2,223). Sum of RGB (Red+Green+Blue) = 189+2+223=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD02DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD02DF is #42FD20. Grayscale: #525252. Windows color (decimal): -4390177 or 14615229. OLE color: 14615229.
HSL color Cylindrical-coordinate representation of color #BD02DF: hue angle of 290.77º degrees, saturation: 0.98, 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 #BD02DF is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 2 | 223 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.13 |
| HSL | 290.77º | 0.98% | 0.44% | - |
| HSV(B) | 290.77º | 0.99% | 0.87% | - |
| XYZ | 34.33 | 16.19 | 71.13 | - |
| YUV | 83.11 | 206.95 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 223 | 0.15 | 0.99 | 0 | 0.13 | 290.77 | 0.98 | 0.44 |
| Hex | BD | 2 | DF | F | 63 | 0 | D | 123 | 62 | 2C |
| Octal | 275 | 2 | 337 | 17 | 143 | 0 | 15 | 443 | 142 | 54 |
| Binary | 10111101 | 10 | 11011111 | 1111 | 1100011 | 0 | 1101 | 100100011 | 1100010 | 101100 |
Color Harmonies of #BD02DF
Complementary color
Monochromatic Colors of #BD02DF
Black with #BD02DF
Text Example
Text Example
White with #BD02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD02DF; }
p { color: rgb(189,2,223); }
H1.HeaderClassName
{
color: #BD02DF;
}
.AnyTagClassName
{
color: #BD02DF;
}
</style>
background-color css
<style>
a { background-color: #BD02DF; }
a { background-color: rgb(189,2,223); }
div.DivClassName
{
background-color: #BD02DF;
}
.BgClassName
{
background-color: #BD02DF;
}
</style>
border-color css
<style>
span { border-color: #BD02DF; }
span { border-color: rgb(189,2,223); }
td.TdClassName
{
border-color: #BD02DF;
}
.TagClassName
{
border-color: #BD02DF;
}
</style>