Shades of Deep Magenta #BD19CE
Tints of Deep Magenta #BD19CE
RGB
CMYK
RGB Variations
Color information
#BD19CE (or 0xBD19CE) is known color: Deep Magenta. HEX triplet: BD, 19 and CE. RGB value is (189,25,206). Sum of RGB (Red+Green+Blue) = 189+25+206=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD19CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD19CE is #42E631. Grayscale: #5E5E5E. Windows color (decimal): -4384306 or 13507005. OLE color: 13507005.
HSL color Cylindrical-coordinate representation of color #BD19CE: hue angle of 294.36º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD19CE is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 25 | 206 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.19 |
| HSL | 294.36º | 0.78% | 0.45% | - |
| HSV(B) | 294.36º | 0.88% | 0.81% | - |
| XYZ | 32.47 | 15.97 | 59.76 | - |
| YUV | 94.67 | 190.83 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 206 | 0.08 | 0.88 | 0 | 0.19 | 294.36 | 0.78 | 0.45 |
| Hex | BD | 19 | CE | 8 | 58 | 0 | 13 | 126 | 4E | 2D |
| Octal | 275 | 31 | 316 | 10 | 130 | 0 | 23 | 446 | 116 | 55 |
| Binary | 10111101 | 11001 | 11001110 | 1000 | 1011000 | 0 | 10011 | 100100110 | 1001110 | 101101 |
Color Harmonies of #BD19CE
Complementary color
Monochromatic Colors of #BD19CE
Black with #BD19CE
Text Example
Text Example
White with #BD19CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD19CE; }
p { color: rgb(189,25,206); }
H1.HeaderClassName
{
color: #BD19CE;
}
.AnyTagClassName
{
color: #BD19CE;
}
</style>
background-color css
<style>
a { background-color: #BD19CE; }
a { background-color: rgb(189,25,206); }
div.DivClassName
{
background-color: #BD19CE;
}
.BgClassName
{
background-color: #BD19CE;
}
</style>
border-color css
<style>
span { border-color: #BD19CE; }
span { border-color: rgb(189,25,206); }
td.TdClassName
{
border-color: #BD19CE;
}
.TagClassName
{
border-color: #BD19CE;
}
</style>