Shades of Deep Magenta #BD17D7
Tints of Deep Magenta #BD17D7
RGB
CMYK
RGB Variations
Color information
#BD17D7 (or 0xBD17D7) is known color: Deep Magenta. HEX triplet: BD, 17 and D7. RGB value is (189,23,215). Sum of RGB (Red+Green+Blue) = 189+23+215=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD17D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD17D7 is #42E828. Grayscale: #5D5D5D. Windows color (decimal): -4384809 or 14096317. OLE color: 14096317.
HSL color Cylindrical-coordinate representation of color #BD17D7: hue angle of 291.88º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD17D7 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 23 | 215 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.16 |
| HSL | 291.88º | 0.81% | 0.47% | - |
| HSV(B) | 291.88º | 0.89% | 0.84% | - |
| XYZ | 33.56 | 16.34 | 65.67 | - |
| YUV | 94.52 | 196 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 215 | 0.12 | 0.89 | 0 | 0.16 | 291.88 | 0.81 | 0.47 |
| Hex | BD | 17 | D7 | C | 59 | 0 | 10 | 124 | 51 | 2F |
| Octal | 275 | 27 | 327 | 14 | 131 | 0 | 20 | 444 | 121 | 57 |
| Binary | 10111101 | 10111 | 11010111 | 1100 | 1011001 | 0 | 10000 | 100100100 | 1010001 | 101111 |
Color Harmonies of #BD17D7
Complementary color
Monochromatic Colors of #BD17D7
Black with #BD17D7
Text Example
Text Example
White with #BD17D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17D7; }
p { color: rgb(189,23,215); }
H1.HeaderClassName
{
color: #BD17D7;
}
.AnyTagClassName
{
color: #BD17D7;
}
</style>
background-color css
<style>
a { background-color: #BD17D7; }
a { background-color: rgb(189,23,215); }
div.DivClassName
{
background-color: #BD17D7;
}
.BgClassName
{
background-color: #BD17D7;
}
</style>
border-color css
<style>
span { border-color: #BD17D7; }
span { border-color: rgb(189,23,215); }
td.TdClassName
{
border-color: #BD17D7;
}
.TagClassName
{
border-color: #BD17D7;
}
</style>