Shades of Deep Magenta #BD17CF
Tints of Deep Magenta #BD17CF
RGB
CMYK
RGB Variations
Color information
#BD17CF (or 0xBD17CF) is known color: Deep Magenta. HEX triplet: BD, 17 and CF. RGB value is (189,23,207). Sum of RGB (Red+Green+Blue) = 189+23+207=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD17CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD17CF is #42E830. Grayscale: #5D5D5D. Windows color (decimal): -4384817 or 13572029. OLE color: 13572029.
HSL color Cylindrical-coordinate representation of color #BD17CF: hue angle of 294.13º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD17CF is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 23 | 207 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.19 |
| HSL | 294.13º | 0.8% | 0.45% | - |
| HSV(B) | 294.13º | 0.89% | 0.81% | - |
| XYZ | 32.56 | 15.94 | 60.39 | - |
| YUV | 93.61 | 192 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 207 | 0.09 | 0.89 | 0 | 0.19 | 294.13 | 0.8 | 0.45 |
| Hex | BD | 17 | CF | 9 | 59 | 0 | 13 | 126 | 50 | 2D |
| Octal | 275 | 27 | 317 | 11 | 131 | 0 | 23 | 446 | 120 | 55 |
| Binary | 10111101 | 10111 | 11001111 | 1001 | 1011001 | 0 | 10011 | 100100110 | 1010000 | 101101 |
Color Harmonies of #BD17CF
Complementary color
Monochromatic Colors of #BD17CF
Black with #BD17CF
Text Example
Text Example
White with #BD17CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17CF; }
p { color: rgb(189,23,207); }
H1.HeaderClassName
{
color: #BD17CF;
}
.AnyTagClassName
{
color: #BD17CF;
}
</style>
background-color css
<style>
a { background-color: #BD17CF; }
a { background-color: rgb(189,23,207); }
div.DivClassName
{
background-color: #BD17CF;
}
.BgClassName
{
background-color: #BD17CF;
}
</style>
border-color css
<style>
span { border-color: #BD17CF; }
span { border-color: rgb(189,23,207); }
td.TdClassName
{
border-color: #BD17CF;
}
.TagClassName
{
border-color: #BD17CF;
}
</style>