Shades of Deep Magenta #BD11CE
Tints of Deep Magenta #BD11CE
RGB
CMYK
RGB Variations
Color information
#BD11CE (or 0xBD11CE) is known color: Deep Magenta. HEX triplet: BD, 11 and CE. RGB value is (189,17,206). Sum of RGB (Red+Green+Blue) = 189+17+206=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD11CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD11CE is #42EE31. Grayscale: #595959. Windows color (decimal): -4386354 or 13504957. OLE color: 13504957.
HSL color Cylindrical-coordinate representation of color #BD11CE: hue angle of 294.6º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD11CE is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 17 | 206 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.19 |
| HSL | 294.6º | 0.85% | 0.44% | - |
| HSV(B) | 294.6º | 0.92% | 0.81% | - |
| XYZ | 32.33 | 15.68 | 59.71 | - |
| YUV | 89.97 | 193.48 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 206 | 0.08 | 0.92 | 0 | 0.19 | 294.6 | 0.85 | 0.44 |
| Hex | BD | 11 | CE | 8 | 5C | 0 | 13 | 127 | 55 | 2C |
| Octal | 275 | 21 | 316 | 10 | 134 | 0 | 23 | 447 | 125 | 54 |
| Binary | 10111101 | 10001 | 11001110 | 1000 | 1011100 | 0 | 10011 | 100100111 | 1010101 | 101100 |
Color Harmonies of #BD11CE
Complementary color
Monochromatic Colors of #BD11CE
Black with #BD11CE
Text Example
Text Example
White with #BD11CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD11CE; }
p { color: rgb(189,17,206); }
H1.HeaderClassName
{
color: #BD11CE;
}
.AnyTagClassName
{
color: #BD11CE;
}
</style>
background-color css
<style>
a { background-color: #BD11CE; }
a { background-color: rgb(189,17,206); }
div.DivClassName
{
background-color: #BD11CE;
}
.BgClassName
{
background-color: #BD11CE;
}
</style>
border-color css
<style>
span { border-color: #BD11CE; }
span { border-color: rgb(189,17,206); }
td.TdClassName
{
border-color: #BD11CE;
}
.TagClassName
{
border-color: #BD11CE;
}
</style>