Shades of Deep Magenta #BD1ED8
Tints of Deep Magenta #BD1ED8
RGB
CMYK
RGB Variations
Color information
#BD1ED8 (or 0xBD1ED8) is known color: Deep Magenta. HEX triplet: BD, 1E and D8. RGB value is (189,30,216). Sum of RGB (Red+Green+Blue) = 189+30+216=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD1ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1ED8 is #42E127. Grayscale: #626262. Windows color (decimal): -4383016 or 14163645. OLE color: 14163645.
HSL color Cylindrical-coordinate representation of color #BD1ED8: hue angle of 291.29º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1ED8 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 30 | 216 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.15 |
| HSL | 291.29º | 0.76% | 0.48% | - |
| HSV(B) | 291.29º | 0.86% | 0.85% | - |
| XYZ | 33.85 | 16.71 | 66.41 | - |
| YUV | 98.75 | 194.18 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 216 | 0.12 | 0.86 | 0 | 0.15 | 291.29 | 0.76 | 0.48 |
| Hex | BD | 1E | D8 | C | 56 | 0 | F | 123 | 4C | 30 |
| Octal | 275 | 36 | 330 | 14 | 126 | 0 | 17 | 443 | 114 | 60 |
| Binary | 10111101 | 11110 | 11011000 | 1100 | 1010110 | 0 | 1111 | 100100011 | 1001100 | 110000 |
Color Harmonies of #BD1ED8
Complementary color
Monochromatic Colors of #BD1ED8
Black with #BD1ED8
Text Example
Text Example
White with #BD1ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1ED8; }
p { color: rgb(189,30,216); }
H1.HeaderClassName
{
color: #BD1ED8;
}
.AnyTagClassName
{
color: #BD1ED8;
}
</style>
background-color css
<style>
a { background-color: #BD1ED8; }
a { background-color: rgb(189,30,216); }
div.DivClassName
{
background-color: #BD1ED8;
}
.BgClassName
{
background-color: #BD1ED8;
}
</style>
border-color css
<style>
span { border-color: #BD1ED8; }
span { border-color: rgb(189,30,216); }
td.TdClassName
{
border-color: #BD1ED8;
}
.TagClassName
{
border-color: #BD1ED8;
}
</style>