Shades of Deep Magenta #BD17C0
Tints of Deep Magenta #BD17C0
RGB
CMYK
RGB Variations
Color information
#BD17C0 (or 0xBD17C0) is known color: Deep Magenta. HEX triplet: BD, 17 and C0. RGB value is (189,23,192). Sum of RGB (Red+Green+Blue) = 189+23+192=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD17C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD17C0 is #42E83F. Grayscale: #5B5B5B. Windows color (decimal): -4384832 or 12588989. OLE color: 12588989.
HSL color Cylindrical-coordinate representation of color #BD17C0: hue angle of 298.93º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD17C0 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 23 | 192 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.25 |
| HSL | 298.93º | 0.79% | 0.42% | - |
| HSV(B) | 298.93º | 0.88% | 0.75% | - |
| XYZ | 30.81 | 15.24 | 51.19 | - |
| YUV | 91.9 | 184.5 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 192 | 0.02 | 0.88 | 0 | 0.25 | 298.93 | 0.79 | 0.42 |
| Hex | BD | 17 | C0 | 2 | 58 | 0 | 19 | 12B | 4F | 2A |
| Octal | 275 | 27 | 300 | 2 | 130 | 0 | 31 | 453 | 117 | 52 |
| Binary | 10111101 | 10111 | 11000000 | 10 | 1011000 | 0 | 11001 | 100101011 | 1001111 | 101010 |
Color Harmonies of #BD17C0
Complementary color
Monochromatic Colors of #BD17C0
Black with #BD17C0
Text Example
Text Example
White with #BD17C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17C0; }
p { color: rgb(189,23,192); }
H1.HeaderClassName
{
color: #BD17C0;
}
.AnyTagClassName
{
color: #BD17C0;
}
</style>
background-color css
<style>
a { background-color: #BD17C0; }
a { background-color: rgb(189,23,192); }
div.DivClassName
{
background-color: #BD17C0;
}
.BgClassName
{
background-color: #BD17C0;
}
</style>
border-color css
<style>
span { border-color: #BD17C0; }
span { border-color: rgb(189,23,192); }
td.TdClassName
{
border-color: #BD17C0;
}
.TagClassName
{
border-color: #BD17C0;
}
</style>