Shades of Deep Magenta #BD17C1
Tints of Deep Magenta #BD17C1
RGB
CMYK
RGB Variations
Color information
#BD17C1 (or 0xBD17C1) is known color: Deep Magenta. HEX triplet: BD, 17 and C1. RGB value is (189,23,193). Sum of RGB (Red+Green+Blue) = 189+23+193=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD17C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD17C1 is #42E83E. Grayscale: #5B5B5B. Windows color (decimal): -4384831 or 12654525. OLE color: 12654525.
HSL color Cylindrical-coordinate representation of color #BD17C1: hue angle of 298.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD17C1 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 23 | 193 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.24 |
| HSL | 298.59º | 0.79% | 0.42% | - |
| HSV(B) | 298.59º | 0.88% | 0.76% | - |
| XYZ | 30.92 | 15.28 | 51.77 | - |
| YUV | 92.01 | 185 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 193 | 0.02 | 0.88 | 0 | 0.24 | 298.59 | 0.79 | 0.42 |
| Hex | BD | 17 | C1 | 2 | 58 | 0 | 18 | 12B | 4F | 2A |
| Octal | 275 | 27 | 301 | 2 | 130 | 0 | 30 | 453 | 117 | 52 |
| Binary | 10111101 | 10111 | 11000001 | 10 | 1011000 | 0 | 11000 | 100101011 | 1001111 | 101010 |
Color Harmonies of #BD17C1
Complementary color
Monochromatic Colors of #BD17C1
Black with #BD17C1
Text Example
Text Example
White with #BD17C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17C1; }
p { color: rgb(189,23,193); }
H1.HeaderClassName
{
color: #BD17C1;
}
.AnyTagClassName
{
color: #BD17C1;
}
</style>
background-color css
<style>
a { background-color: #BD17C1; }
a { background-color: rgb(189,23,193); }
div.DivClassName
{
background-color: #BD17C1;
}
.BgClassName
{
background-color: #BD17C1;
}
</style>
border-color css
<style>
span { border-color: #BD17C1; }
span { border-color: rgb(189,23,193); }
td.TdClassName
{
border-color: #BD17C1;
}
.TagClassName
{
border-color: #BD17C1;
}
</style>