Shades of Deep Magenta #BD1ED0
Tints of Deep Magenta #BD1ED0
RGB
CMYK
RGB Variations
Color information
#BD1ED0 (or 0xBD1ED0) is known color: Deep Magenta. HEX triplet: BD, 1E and D0. RGB value is (189,30,208). Sum of RGB (Red+Green+Blue) = 189+30+208=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD1ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1ED0 is #42E12F. Grayscale: #616161. Windows color (decimal): -4383024 or 13639357. OLE color: 13639357.
HSL color Cylindrical-coordinate representation of color #BD1ED0: hue angle of 293.6º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1ED0 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 30 | 208 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.18 |
| HSL | 293.6º | 0.75% | 0.47% | - |
| HSV(B) | 293.6º | 0.86% | 0.82% | - |
| XYZ | 32.84 | 16.3 | 61.09 | - |
| YUV | 97.83 | 190.18 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 208 | 0.09 | 0.86 | 0 | 0.18 | 293.6 | 0.75 | 0.47 |
| Hex | BD | 1E | D0 | 9 | 56 | 0 | 12 | 126 | 4B | 2F |
| Octal | 275 | 36 | 320 | 11 | 126 | 0 | 22 | 446 | 113 | 57 |
| Binary | 10111101 | 11110 | 11010000 | 1001 | 1010110 | 0 | 10010 | 100100110 | 1001011 | 101111 |
Color Harmonies of #BD1ED0
Complementary color
Monochromatic Colors of #BD1ED0
Black with #BD1ED0
Text Example
Text Example
White with #BD1ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1ED0; }
p { color: rgb(189,30,208); }
H1.HeaderClassName
{
color: #BD1ED0;
}
.AnyTagClassName
{
color: #BD1ED0;
}
</style>
background-color css
<style>
a { background-color: #BD1ED0; }
a { background-color: rgb(189,30,208); }
div.DivClassName
{
background-color: #BD1ED0;
}
.BgClassName
{
background-color: #BD1ED0;
}
</style>
border-color css
<style>
span { border-color: #BD1ED0; }
span { border-color: rgb(189,30,208); }
td.TdClassName
{
border-color: #BD1ED0;
}
.TagClassName
{
border-color: #BD1ED0;
}
</style>