Shades of Deep Magenta #BD17D8
Tints of Deep Magenta #BD17D8
RGB
CMYK
RGB Variations
Color information
#BD17D8 (or 0xBD17D8) is known color: Deep Magenta. HEX triplet: BD, 17 and D8. RGB value is (189,23,216). Sum of RGB (Red+Green+Blue) = 189+23+216=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD17D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD17D8 is #42E827. Grayscale: #5E5E5E. Windows color (decimal): -4384808 or 14161853. OLE color: 14161853.
HSL color Cylindrical-coordinate representation of color #BD17D8: hue angle of 291.61º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD17D8 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 23 | 216 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.15 |
| HSL | 291.61º | 0.81% | 0.47% | - |
| HSV(B) | 291.61º | 0.89% | 0.85% | - |
| XYZ | 33.69 | 16.39 | 66.35 | - |
| YUV | 94.64 | 196.5 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 216 | 0.12 | 0.89 | 0 | 0.15 | 291.61 | 0.81 | 0.47 |
| Hex | BD | 17 | D8 | C | 59 | 0 | F | 124 | 51 | 2F |
| Octal | 275 | 27 | 330 | 14 | 131 | 0 | 17 | 444 | 121 | 57 |
| Binary | 10111101 | 10111 | 11011000 | 1100 | 1011001 | 0 | 1111 | 100100100 | 1010001 | 101111 |
Color Harmonies of #BD17D8
Complementary color
Monochromatic Colors of #BD17D8
Black with #BD17D8
Text Example
Text Example
White with #BD17D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17D8; }
p { color: rgb(189,23,216); }
H1.HeaderClassName
{
color: #BD17D8;
}
.AnyTagClassName
{
color: #BD17D8;
}
</style>
background-color css
<style>
a { background-color: #BD17D8; }
a { background-color: rgb(189,23,216); }
div.DivClassName
{
background-color: #BD17D8;
}
.BgClassName
{
background-color: #BD17D8;
}
</style>
border-color css
<style>
span { border-color: #BD17D8; }
span { border-color: rgb(189,23,216); }
td.TdClassName
{
border-color: #BD17D8;
}
.TagClassName
{
border-color: #BD17D8;
}
</style>