Shades of Deep Magenta #BD11C0
Tints of Deep Magenta #BD11C0
RGB
CMYK
RGB Variations
Color information
#BD11C0 (or 0xBD11C0) is known color: Deep Magenta. HEX triplet: BD, 11 and C0. RGB value is (189,17,192). Sum of RGB (Red+Green+Blue) = 189+17+192=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD11C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD11C0 is #42EE3F. Grayscale: #575757. Windows color (decimal): -4386368 or 12587453. OLE color: 12587453.
HSL color Cylindrical-coordinate representation of color #BD11C0: hue angle of 298.97º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD11C0 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 17 | 192 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.25 |
| HSL | 298.97º | 0.84% | 0.41% | - |
| HSV(B) | 298.97º | 0.91% | 0.75% | - |
| XYZ | 30.7 | 15.03 | 51.15 | - |
| YUV | 88.38 | 186.48 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 192 | 0.02 | 0.91 | 0 | 0.25 | 298.97 | 0.84 | 0.41 |
| Hex | BD | 11 | C0 | 2 | 5B | 0 | 19 | 12B | 54 | 29 |
| Octal | 275 | 21 | 300 | 2 | 133 | 0 | 31 | 453 | 124 | 51 |
| Binary | 10111101 | 10001 | 11000000 | 10 | 1011011 | 0 | 11001 | 100101011 | 1010100 | 101001 |
Color Harmonies of #BD11C0
Complementary color
Monochromatic Colors of #BD11C0
Black with #BD11C0
Text Example
Text Example
White with #BD11C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD11C0; }
p { color: rgb(189,17,192); }
H1.HeaderClassName
{
color: #BD11C0;
}
.AnyTagClassName
{
color: #BD11C0;
}
</style>
background-color css
<style>
a { background-color: #BD11C0; }
a { background-color: rgb(189,17,192); }
div.DivClassName
{
background-color: #BD11C0;
}
.BgClassName
{
background-color: #BD11C0;
}
</style>
border-color css
<style>
span { border-color: #BD11C0; }
span { border-color: rgb(189,17,192); }
td.TdClassName
{
border-color: #BD11C0;
}
.TagClassName
{
border-color: #BD11C0;
}
</style>