Shades of Deep Magenta #BD1ADD
Tints of Deep Magenta #BD1ADD
RGB
CMYK
RGB Variations
Color information
#BD1ADD (or 0xBD1ADD) is known color: Deep Magenta. HEX triplet: BD, 1A and DD. RGB value is (189,26,221). Sum of RGB (Red+Green+Blue) = 189+26+221=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD1ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1ADD is #42E522. Grayscale: #606060. Windows color (decimal): -4384035 or 14490301. OLE color: 14490301.
HSL color Cylindrical-coordinate representation of color #BD1ADD: hue angle of 290.15º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1ADD is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 26 | 221 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.13 |
| HSL | 290.15º | 0.79% | 0.48% | - |
| HSV(B) | 290.15º | 0.88% | 0.87% | - |
| XYZ | 34.41 | 16.78 | 69.83 | - |
| YUV | 96.97 | 198 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 221 | 0.14 | 0.88 | 0 | 0.13 | 290.15 | 0.79 | 0.48 |
| Hex | BD | 1A | DD | E | 58 | 0 | D | 122 | 4F | 30 |
| Octal | 275 | 32 | 335 | 16 | 130 | 0 | 15 | 442 | 117 | 60 |
| Binary | 10111101 | 11010 | 11011101 | 1110 | 1011000 | 0 | 1101 | 100100010 | 1001111 | 110000 |
Color Harmonies of #BD1ADD
Complementary color
Monochromatic Colors of #BD1ADD
Black with #BD1ADD
Text Example
Text Example
White with #BD1ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1ADD; }
p { color: rgb(189,26,221); }
H1.HeaderClassName
{
color: #BD1ADD;
}
.AnyTagClassName
{
color: #BD1ADD;
}
</style>
background-color css
<style>
a { background-color: #BD1ADD; }
a { background-color: rgb(189,26,221); }
div.DivClassName
{
background-color: #BD1ADD;
}
.BgClassName
{
background-color: #BD1ADD;
}
</style>
border-color css
<style>
span { border-color: #BD1ADD; }
span { border-color: rgb(189,26,221); }
td.TdClassName
{
border-color: #BD1ADD;
}
.TagClassName
{
border-color: #BD1ADD;
}
</style>