Shades of Deep Magenta #BD04D7
Tints of Deep Magenta #BD04D7
RGB
CMYK
RGB Variations
Color information
#BD04D7 (or 0xBD04D7) is known color: Deep Magenta. HEX triplet: BD, 04 and D7. RGB value is (189,4,215). Sum of RGB (Red+Green+Blue) = 189+4+215=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 215 (84.38% from 255 or 52.70% from 408); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD04D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD04D7 is #42FB28. Grayscale: #525252. Windows color (decimal): -4389673 or 14091453. OLE color: 14091453.
HSL color Cylindrical-coordinate representation of color #BD04D7: hue angle of 292.61º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD04D7 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 4 | 215 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.16 |
| HSL | 292.61º | 0.96% | 0.43% | - |
| HSV(B) | 292.61º | 0.98% | 0.84% | - |
| XYZ | 33.3 | 15.81 | 65.59 | - |
| YUV | 83.37 | 202.29 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 215 | 0.12 | 0.98 | 0 | 0.16 | 292.61 | 0.96 | 0.43 |
| Hex | BD | 4 | D7 | C | 62 | 0 | 10 | 125 | 60 | 2B |
| Octal | 275 | 4 | 327 | 14 | 142 | 0 | 20 | 445 | 140 | 53 |
| Binary | 10111101 | 100 | 11010111 | 1100 | 1100010 | 0 | 10000 | 100100101 | 1100000 | 101011 |
Color Harmonies of #BD04D7
Complementary color
Monochromatic Colors of #BD04D7
Black with #BD04D7
Text Example
Text Example
White with #BD04D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD04D7; }
p { color: rgb(189,4,215); }
H1.HeaderClassName
{
color: #BD04D7;
}
.AnyTagClassName
{
color: #BD04D7;
}
</style>
background-color css
<style>
a { background-color: #BD04D7; }
a { background-color: rgb(189,4,215); }
div.DivClassName
{
background-color: #BD04D7;
}
.BgClassName
{
background-color: #BD04D7;
}
</style>
border-color css
<style>
span { border-color: #BD04D7; }
span { border-color: rgb(189,4,215); }
td.TdClassName
{
border-color: #BD04D7;
}
.TagClassName
{
border-color: #BD04D7;
}
</style>