Shades of Deep Magenta #BD0EDF
Tints of Deep Magenta #BD0EDF
RGB
CMYK
RGB Variations
Color information
#BD0EDF (or 0xBD0EDF) is known color: Deep Magenta. HEX triplet: BD, 0E and DF. RGB value is (189,14,223). Sum of RGB (Red+Green+Blue) = 189+14+223=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD0EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0EDF is #42F120. Grayscale: #595959. Windows color (decimal): -4387105 or 14618301. OLE color: 14618301.
HSL color Cylindrical-coordinate representation of color #BD0EDF: hue angle of 290.24º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0EDF is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 14 | 223 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.13 |
| HSL | 290.24º | 0.88% | 0.46% | - |
| HSV(B) | 290.24º | 0.94% | 0.87% | - |
| XYZ | 34.46 | 16.46 | 71.17 | - |
| YUV | 90.15 | 202.98 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 223 | 0.15 | 0.94 | 0 | 0.13 | 290.24 | 0.88 | 0.46 |
| Hex | BD | E | DF | F | 5E | 0 | D | 122 | 58 | 2E |
| Octal | 275 | 16 | 337 | 17 | 136 | 0 | 15 | 442 | 130 | 56 |
| Binary | 10111101 | 1110 | 11011111 | 1111 | 1011110 | 0 | 1101 | 100100010 | 1011000 | 101110 |
Color Harmonies of #BD0EDF
Complementary color
Monochromatic Colors of #BD0EDF
Black with #BD0EDF
Text Example
Text Example
White with #BD0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0EDF; }
p { color: rgb(189,14,223); }
H1.HeaderClassName
{
color: #BD0EDF;
}
.AnyTagClassName
{
color: #BD0EDF;
}
</style>
background-color css
<style>
a { background-color: #BD0EDF; }
a { background-color: rgb(189,14,223); }
div.DivClassName
{
background-color: #BD0EDF;
}
.BgClassName
{
background-color: #BD0EDF;
}
</style>
border-color css
<style>
span { border-color: #BD0EDF; }
span { border-color: rgb(189,14,223); }
td.TdClassName
{
border-color: #BD0EDF;
}
.TagClassName
{
border-color: #BD0EDF;
}
</style>