Shades of Deep Magenta #BD17B5
Tints of Deep Magenta #BD17B5
RGB
CMYK
RGB Variations
Color information
#BD17B5 (or 0xBD17B5) is known color: Deep Magenta. HEX triplet: BD, 17 and B5. RGB value is (189,23,181). Sum of RGB (Red+Green+Blue) = 189+23+181=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD17B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD17B5 is #42E84A. Grayscale: #5A5A5A. Windows color (decimal): -4384843 or 11868093. OLE color: 11868093.
HSL color Cylindrical-coordinate representation of color #BD17B5: hue angle of 302.89º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD17B5 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 181 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.26 |
| HSL | 302.89º | 0.78% | 0.42% | - |
| HSV(B) | 302.89º | 0.88% | 0.74% | - |
| XYZ | 29.63 | 14.77 | 45 | - |
| YUV | 90.65 | 179 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 181 | 0 | 0.88 | 0.04 | 0.26 | 302.89 | 0.78 | 0.42 |
| Hex | BD | 17 | B5 | 0 | 58 | 4 | 1A | 12F | 4E | 2A |
| Octal | 275 | 27 | 265 | 0 | 130 | 4 | 32 | 457 | 116 | 52 |
| Binary | 10111101 | 10111 | 10110101 | 0 | 1011000 | 100 | 11010 | 100101111 | 1001110 | 101010 |
Color Harmonies of #BD17B5
Complementary color
Monochromatic Colors of #BD17B5
Black with #BD17B5
Text Example
Text Example
White with #BD17B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17B5; }
p { color: rgb(189,23,181); }
H1.HeaderClassName
{
color: #BD17B5;
}
.AnyTagClassName
{
color: #BD17B5;
}
</style>
background-color css
<style>
a { background-color: #BD17B5; }
a { background-color: rgb(189,23,181); }
div.DivClassName
{
background-color: #BD17B5;
}
.BgClassName
{
background-color: #BD17B5;
}
</style>
border-color css
<style>
span { border-color: #BD17B5; }
span { border-color: rgb(189,23,181); }
td.TdClassName
{
border-color: #BD17B5;
}
.TagClassName
{
border-color: #BD17B5;
}
</style>