Shades of Deep Magenta #BD0FDE
Tints of Deep Magenta #BD0FDE
RGB
CMYK
RGB Variations
Color information
#BD0FDE (or 0xBD0FDE) is known color: Deep Magenta. HEX triplet: BD, 0F and DE. RGB value is (189,15,222). Sum of RGB (Red+Green+Blue) = 189+15+222=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD0FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0FDE is #42F021. Grayscale: #595959. Windows color (decimal): -4386850 or 14553021. OLE color: 14553021.
HSL color Cylindrical-coordinate representation of color #BD0FDE: hue angle of 290.43º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0FDE is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 15 | 222 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.13 |
| HSL | 290.43º | 0.87% | 0.46% | - |
| HSV(B) | 290.43º | 0.93% | 0.87% | - |
| XYZ | 34.34 | 16.43 | 70.47 | - |
| YUV | 90.62 | 202.15 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 222 | 0.15 | 0.93 | 0 | 0.13 | 290.43 | 0.87 | 0.46 |
| Hex | BD | F | DE | F | 5D | 0 | D | 122 | 57 | 2E |
| Octal | 275 | 17 | 336 | 17 | 135 | 0 | 15 | 442 | 127 | 56 |
| Binary | 10111101 | 1111 | 11011110 | 1111 | 1011101 | 0 | 1101 | 100100010 | 1010111 | 101110 |
Color Harmonies of #BD0FDE
Complementary color
Monochromatic Colors of #BD0FDE
Black with #BD0FDE
Text Example
Text Example
White with #BD0FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FDE; }
p { color: rgb(189,15,222); }
H1.HeaderClassName
{
color: #BD0FDE;
}
.AnyTagClassName
{
color: #BD0FDE;
}
</style>
background-color css
<style>
a { background-color: #BD0FDE; }
a { background-color: rgb(189,15,222); }
div.DivClassName
{
background-color: #BD0FDE;
}
.BgClassName
{
background-color: #BD0FDE;
}
</style>
border-color css
<style>
span { border-color: #BD0FDE; }
span { border-color: rgb(189,15,222); }
td.TdClassName
{
border-color: #BD0FDE;
}
.TagClassName
{
border-color: #BD0FDE;
}
</style>