Shades of Deep Magenta #BD0ADE
Tints of Deep Magenta #BD0ADE
RGB
CMYK
RGB Variations
Color information
#BD0ADE (or 0xBD0ADE) is known color: Deep Magenta. HEX triplet: BD, 0A and DE. RGB value is (189,10,222). Sum of RGB (Red+Green+Blue) = 189+10+222=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD0ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0ADE is #42F521. Grayscale: #575757. Windows color (decimal): -4388130 or 14551741. OLE color: 14551741.
HSL color Cylindrical-coordinate representation of color #BD0ADE: hue angle of 290.66º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0ADE is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 10 | 222 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.13 |
| HSL | 290.66º | 0.91% | 0.45% | - |
| HSV(B) | 290.66º | 0.95% | 0.87% | - |
| XYZ | 34.28 | 16.31 | 70.45 | - |
| YUV | 87.69 | 203.8 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 10 | 222 | 0.15 | 0.95 | 0 | 0.13 | 290.66 | 0.91 | 0.45 |
| Hex | BD | A | DE | F | 5F | 0 | D | 123 | 5B | 2D |
| Octal | 275 | 12 | 336 | 17 | 137 | 0 | 15 | 443 | 133 | 55 |
| Binary | 10111101 | 1010 | 11011110 | 1111 | 1011111 | 0 | 1101 | 100100011 | 1011011 | 101101 |
Color Harmonies of #BD0ADE
Complementary color
Monochromatic Colors of #BD0ADE
Black with #BD0ADE
Text Example
Text Example
White with #BD0ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0ADE; }
p { color: rgb(189,10,222); }
H1.HeaderClassName
{
color: #BD0ADE;
}
.AnyTagClassName
{
color: #BD0ADE;
}
</style>
background-color css
<style>
a { background-color: #BD0ADE; }
a { background-color: rgb(189,10,222); }
div.DivClassName
{
background-color: #BD0ADE;
}
.BgClassName
{
background-color: #BD0ADE;
}
</style>
border-color css
<style>
span { border-color: #BD0ADE; }
span { border-color: rgb(189,10,222); }
td.TdClassName
{
border-color: #BD0ADE;
}
.TagClassName
{
border-color: #BD0ADE;
}
</style>