Shades of Deep Magenta #BD0ADD
Tints of Deep Magenta #BD0ADD
RGB
CMYK
RGB Variations
Color information
#BD0ADD (or 0xBD0ADD) is known color: Deep Magenta. HEX triplet: BD, 0A and DD. RGB value is (189,10,221). Sum of RGB (Red+Green+Blue) = 189+10+221=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD0ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0ADD is #42F522. Grayscale: #565656. Windows color (decimal): -4388131 or 14486205. OLE color: 14486205.
HSL color Cylindrical-coordinate representation of color #BD0ADD: hue angle of 290.9º 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 #BD0ADD is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 10 | 221 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.13 |
| HSL | 290.9º | 0.91% | 0.45% | - |
| HSV(B) | 290.9º | 0.95% | 0.87% | - |
| XYZ | 34.15 | 16.26 | 69.74 | - |
| YUV | 87.58 | 203.3 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 10 | 221 | 0.14 | 0.95 | 0 | 0.13 | 290.9 | 0.91 | 0.45 |
| Hex | BD | A | DD | E | 5F | 0 | D | 123 | 5B | 2D |
| Octal | 275 | 12 | 335 | 16 | 137 | 0 | 15 | 443 | 133 | 55 |
| Binary | 10111101 | 1010 | 11011101 | 1110 | 1011111 | 0 | 1101 | 100100011 | 1011011 | 101101 |
Color Harmonies of #BD0ADD
Complementary color
Monochromatic Colors of #BD0ADD
Black with #BD0ADD
Text Example
Text Example
White with #BD0ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0ADD; }
p { color: rgb(189,10,221); }
H1.HeaderClassName
{
color: #BD0ADD;
}
.AnyTagClassName
{
color: #BD0ADD;
}
</style>
background-color css
<style>
a { background-color: #BD0ADD; }
a { background-color: rgb(189,10,221); }
div.DivClassName
{
background-color: #BD0ADD;
}
.BgClassName
{
background-color: #BD0ADD;
}
</style>
border-color css
<style>
span { border-color: #BD0ADD; }
span { border-color: rgb(189,10,221); }
td.TdClassName
{
border-color: #BD0ADD;
}
.TagClassName
{
border-color: #BD0ADD;
}
</style>