Shades of Deep Magenta #BD24CE
Tints of Deep Magenta #BD24CE
RGB
CMYK
RGB Variations
Color information
#BD24CE (or 0xBD24CE) is known color: Deep Magenta. HEX triplet: BD, 24 and CE. RGB value is (189,36,206). Sum of RGB (Red+Green+Blue) = 189+36+206=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 36 (14.45% from 255 or 8.35% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD24CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD24CE is #42DB31. Grayscale: #646464. Windows color (decimal): -4381490 or 13509821. OLE color: 13509821.
HSL color Cylindrical-coordinate representation of color #BD24CE: hue angle of 294º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD24CE is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 36 | 206 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.19 |
| HSL | 294º | 0.7% | 0.47% | - |
| HSV(B) | 294º | 0.83% | 0.81% | - |
| XYZ | 32.76 | 16.54 | 59.86 | - |
| YUV | 101.13 | 187.19 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 206 | 0.08 | 0.83 | 0 | 0.19 | 294 | 0.7 | 0.47 |
| Hex | BD | 24 | CE | 8 | 53 | 0 | 13 | 126 | 46 | 2F |
| Octal | 275 | 44 | 316 | 10 | 123 | 0 | 23 | 446 | 106 | 57 |
| Binary | 10111101 | 100100 | 11001110 | 1000 | 1010011 | 0 | 10011 | 100100110 | 1000110 | 101111 |
Color Harmonies of #BD24CE
Complementary color
Monochromatic Colors of #BD24CE
Black with #BD24CE
Text Example
Text Example
White with #BD24CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD24CE; }
p { color: rgb(189,36,206); }
H1.HeaderClassName
{
color: #BD24CE;
}
.AnyTagClassName
{
color: #BD24CE;
}
</style>
background-color css
<style>
a { background-color: #BD24CE; }
a { background-color: rgb(189,36,206); }
div.DivClassName
{
background-color: #BD24CE;
}
.BgClassName
{
background-color: #BD24CE;
}
</style>
border-color css
<style>
span { border-color: #BD24CE; }
span { border-color: rgb(189,36,206); }
td.TdClassName
{
border-color: #BD24CE;
}
.TagClassName
{
border-color: #BD24CE;
}
</style>