Shades of Deep Magenta #BD17D6
Tints of Deep Magenta #BD17D6
RGB
CMYK
RGB Variations
Color information
#BD17D6 (or 0xBD17D6) is known color: Deep Magenta. HEX triplet: BD, 17 and D6. RGB value is (189,23,214). Sum of RGB (Red+Green+Blue) = 189+23+214=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 214 (83.98% from 255 or 50.23% from 426); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD17D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD17D6 is #42E829. Grayscale: #5D5D5D. Windows color (decimal): -4384810 or 14030781. OLE color: 14030781.
HSL color Cylindrical-coordinate representation of color #BD17D6: hue angle of 292.15º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD17D6 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 23 | 214 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.16 |
| HSL | 292.15º | 0.81% | 0.46% | - |
| HSV(B) | 292.15º | 0.89% | 0.84% | - |
| XYZ | 33.43 | 16.29 | 65 | - |
| YUV | 94.41 | 195.5 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 214 | 0.12 | 0.89 | 0 | 0.16 | 292.15 | 0.81 | 0.46 |
| Hex | BD | 17 | D6 | C | 59 | 0 | 10 | 124 | 51 | 2E |
| Octal | 275 | 27 | 326 | 14 | 131 | 0 | 20 | 444 | 121 | 56 |
| Binary | 10111101 | 10111 | 11010110 | 1100 | 1011001 | 0 | 10000 | 100100100 | 1010001 | 101110 |
Color Harmonies of #BD17D6
Complementary color
Monochromatic Colors of #BD17D6
Black with #BD17D6
Text Example
Text Example
White with #BD17D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17D6; }
p { color: rgb(189,23,214); }
H1.HeaderClassName
{
color: #BD17D6;
}
.AnyTagClassName
{
color: #BD17D6;
}
</style>
background-color css
<style>
a { background-color: #BD17D6; }
a { background-color: rgb(189,23,214); }
div.DivClassName
{
background-color: #BD17D6;
}
.BgClassName
{
background-color: #BD17D6;
}
</style>
border-color css
<style>
span { border-color: #BD17D6; }
span { border-color: rgb(189,23,214); }
td.TdClassName
{
border-color: #BD17D6;
}
.TagClassName
{
border-color: #BD17D6;
}
</style>