Shades of Deep Magenta #BD17DC
Tints of Deep Magenta #BD17DC
RGB
CMYK
RGB Variations
Color information
#BD17DC (or 0xBD17DC) is known color: Deep Magenta. HEX triplet: BD, 17 and DC. RGB value is (189,23,220). Sum of RGB (Red+Green+Blue) = 189+23+220=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD17DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD17DC is #42E823. Grayscale: #5E5E5E. Windows color (decimal): -4384804 or 14423997. OLE color: 14423997.
HSL color Cylindrical-coordinate representation of color #BD17DC: hue angle of 290.56º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD17DC is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 23 | 220 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.14 |
| HSL | 290.56º | 0.81% | 0.48% | - |
| HSV(B) | 290.56º | 0.9% | 0.86% | - |
| XYZ | 34.21 | 16.6 | 69.11 | - |
| YUV | 95.09 | 198.5 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 220 | 0.14 | 0.90 | 0 | 0.14 | 290.56 | 0.81 | 0.48 |
| Hex | BD | 17 | DC | E | 5A | 0 | E | 123 | 51 | 30 |
| Octal | 275 | 27 | 334 | 16 | 132 | 0 | 16 | 443 | 121 | 60 |
| Binary | 10111101 | 10111 | 11011100 | 1110 | 1011010 | 0 | 1110 | 100100011 | 1010001 | 110000 |
Color Harmonies of #BD17DC
Complementary color
Monochromatic Colors of #BD17DC
Black with #BD17DC
Text Example
Text Example
White with #BD17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17DC; }
p { color: rgb(189,23,220); }
H1.HeaderClassName
{
color: #BD17DC;
}
.AnyTagClassName
{
color: #BD17DC;
}
</style>
background-color css
<style>
a { background-color: #BD17DC; }
a { background-color: rgb(189,23,220); }
div.DivClassName
{
background-color: #BD17DC;
}
.BgClassName
{
background-color: #BD17DC;
}
</style>
border-color css
<style>
span { border-color: #BD17DC; }
span { border-color: rgb(189,23,220); }
td.TdClassName
{
border-color: #BD17DC;
}
.TagClassName
{
border-color: #BD17DC;
}
</style>