Shades of Deep Magenta #BD17DA
Tints of Deep Magenta #BD17DA
RGB
CMYK
RGB Variations
Color information
#BD17DA (or 0xBD17DA) is known color: Deep Magenta. HEX triplet: BD, 17 and DA. RGB value is (189,23,218). Sum of RGB (Red+Green+Blue) = 189+23+218=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD17DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD17DA is #42E825. Grayscale: #5E5E5E. Windows color (decimal): -4384806 or 14292925. OLE color: 14292925.
HSL color Cylindrical-coordinate representation of color #BD17DA: hue angle of 291.08º 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 #BD17DA is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 23 | 218 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.15 |
| HSL | 291.08º | 0.81% | 0.47% | - |
| HSV(B) | 291.08º | 0.89% | 0.85% | - |
| XYZ | 33.95 | 16.49 | 67.72 | - |
| YUV | 94.86 | 197.5 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 218 | 0.13 | 0.89 | 0 | 0.15 | 291.08 | 0.81 | 0.47 |
| Hex | BD | 17 | DA | D | 59 | 0 | F | 123 | 51 | 2F |
| Octal | 275 | 27 | 332 | 15 | 131 | 0 | 17 | 443 | 121 | 57 |
| Binary | 10111101 | 10111 | 11011010 | 1101 | 1011001 | 0 | 1111 | 100100011 | 1010001 | 101111 |
Color Harmonies of #BD17DA
Complementary color
Monochromatic Colors of #BD17DA
Black with #BD17DA
Text Example
Text Example
White with #BD17DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17DA; }
p { color: rgb(189,23,218); }
H1.HeaderClassName
{
color: #BD17DA;
}
.AnyTagClassName
{
color: #BD17DA;
}
</style>
background-color css
<style>
a { background-color: #BD17DA; }
a { background-color: rgb(189,23,218); }
div.DivClassName
{
background-color: #BD17DA;
}
.BgClassName
{
background-color: #BD17DA;
}
</style>
border-color css
<style>
span { border-color: #BD17DA; }
span { border-color: rgb(189,23,218); }
td.TdClassName
{
border-color: #BD17DA;
}
.TagClassName
{
border-color: #BD17DA;
}
</style>