Shades of Deep Magenta #BD11D0
Tints of Deep Magenta #BD11D0
RGB
CMYK
RGB Variations
Color information
#BD11D0 (or 0xBD11D0) is known color: Deep Magenta. HEX triplet: BD, 11 and D0. RGB value is (189,17,208). Sum of RGB (Red+Green+Blue) = 189+17+208=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD11D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD11D0 is #42EE2F. Grayscale: #595959. Windows color (decimal): -4386352 or 13636029. OLE color: 13636029.
HSL color Cylindrical-coordinate representation of color #BD11D0: hue angle of 294.03º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD11D0 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 17 | 208 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.18 |
| HSL | 294.03º | 0.85% | 0.44% | - |
| HSV(B) | 294.03º | 0.92% | 0.82% | - |
| XYZ | 32.57 | 15.77 | 61 | - |
| YUV | 90.2 | 194.48 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 208 | 0.09 | 0.92 | 0 | 0.18 | 294.03 | 0.85 | 0.44 |
| Hex | BD | 11 | D0 | 9 | 5C | 0 | 12 | 126 | 55 | 2C |
| Octal | 275 | 21 | 320 | 11 | 134 | 0 | 22 | 446 | 125 | 54 |
| Binary | 10111101 | 10001 | 11010000 | 1001 | 1011100 | 0 | 10010 | 100100110 | 1010101 | 101100 |
Color Harmonies of #BD11D0
Complementary color
Monochromatic Colors of #BD11D0
Black with #BD11D0
Text Example
Text Example
White with #BD11D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD11D0; }
p { color: rgb(189,17,208); }
H1.HeaderClassName
{
color: #BD11D0;
}
.AnyTagClassName
{
color: #BD11D0;
}
</style>
background-color css
<style>
a { background-color: #BD11D0; }
a { background-color: rgb(189,17,208); }
div.DivClassName
{
background-color: #BD11D0;
}
.BgClassName
{
background-color: #BD11D0;
}
</style>
border-color css
<style>
span { border-color: #BD11D0; }
span { border-color: rgb(189,17,208); }
td.TdClassName
{
border-color: #BD11D0;
}
.TagClassName
{
border-color: #BD11D0;
}
</style>