Shades of Deep Magenta #BD11CF
Tints of Deep Magenta #BD11CF
RGB
CMYK
RGB Variations
Color information
#BD11CF (or 0xBD11CF) is known color: Deep Magenta. HEX triplet: BD, 11 and CF. RGB value is (189,17,207). Sum of RGB (Red+Green+Blue) = 189+17+207=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD11CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD11CF is #42EE30. Grayscale: #595959. Windows color (decimal): -4386353 or 13570493. OLE color: 13570493.
HSL color Cylindrical-coordinate representation of color #BD11CF: hue angle of 294.32º 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 #BD11CF is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 17 | 207 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.19 |
| HSL | 294.32º | 0.85% | 0.44% | - |
| HSV(B) | 294.32º | 0.92% | 0.81% | - |
| XYZ | 32.45 | 15.72 | 60.36 | - |
| YUV | 90.09 | 193.98 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 207 | 0.09 | 0.92 | 0 | 0.19 | 294.32 | 0.85 | 0.44 |
| Hex | BD | 11 | CF | 9 | 5C | 0 | 13 | 126 | 55 | 2C |
| Octal | 275 | 21 | 317 | 11 | 134 | 0 | 23 | 446 | 125 | 54 |
| Binary | 10111101 | 10001 | 11001111 | 1001 | 1011100 | 0 | 10011 | 100100110 | 1010101 | 101100 |
Color Harmonies of #BD11CF
Complementary color
Monochromatic Colors of #BD11CF
Black with #BD11CF
Text Example
Text Example
White with #BD11CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD11CF; }
p { color: rgb(189,17,207); }
H1.HeaderClassName
{
color: #BD11CF;
}
.AnyTagClassName
{
color: #BD11CF;
}
</style>
background-color css
<style>
a { background-color: #BD11CF; }
a { background-color: rgb(189,17,207); }
div.DivClassName
{
background-color: #BD11CF;
}
.BgClassName
{
background-color: #BD11CF;
}
</style>
border-color css
<style>
span { border-color: #BD11CF; }
span { border-color: rgb(189,17,207); }
td.TdClassName
{
border-color: #BD11CF;
}
.TagClassName
{
border-color: #BD11CF;
}
</style>