Shades of Deep Magenta #BD17D5
Tints of Deep Magenta #BD17D5
RGB
CMYK
RGB Variations
Color information
#BD17D5 (or 0xBD17D5) is known color: Deep Magenta. HEX triplet: BD, 17 and D5. RGB value is (189,23,213). Sum of RGB (Red+Green+Blue) = 189+23+213=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD17D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD17D5 is #42E82A. Grayscale: #5D5D5D. Windows color (decimal): -4384811 or 13965245. OLE color: 13965245.
HSL color Cylindrical-coordinate representation of color #BD17D5: hue angle of 292.42º 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 #BD17D5 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 23 | 213 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.16 |
| HSL | 292.42º | 0.81% | 0.46% | - |
| HSV(B) | 292.42º | 0.89% | 0.84% | - |
| XYZ | 33.3 | 16.24 | 64.33 | - |
| YUV | 94.29 | 195 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 213 | 0.11 | 0.89 | 0 | 0.16 | 292.42 | 0.81 | 0.46 |
| Hex | BD | 17 | D5 | B | 59 | 0 | 10 | 124 | 51 | 2E |
| Octal | 275 | 27 | 325 | 13 | 131 | 0 | 20 | 444 | 121 | 56 |
| Binary | 10111101 | 10111 | 11010101 | 1011 | 1011001 | 0 | 10000 | 100100100 | 1010001 | 101110 |
Color Harmonies of #BD17D5
Complementary color
Monochromatic Colors of #BD17D5
Black with #BD17D5
Text Example
Text Example
White with #BD17D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17D5; }
p { color: rgb(189,23,213); }
H1.HeaderClassName
{
color: #BD17D5;
}
.AnyTagClassName
{
color: #BD17D5;
}
</style>
background-color css
<style>
a { background-color: #BD17D5; }
a { background-color: rgb(189,23,213); }
div.DivClassName
{
background-color: #BD17D5;
}
.BgClassName
{
background-color: #BD17D5;
}
</style>
border-color css
<style>
span { border-color: #BD17D5; }
span { border-color: rgb(189,23,213); }
td.TdClassName
{
border-color: #BD17D5;
}
.TagClassName
{
border-color: #BD17D5;
}
</style>