Shades of Deep Magenta #BD1ADE
Tints of Deep Magenta #BD1ADE
RGB
CMYK
RGB Variations
Color information
#BD1ADE (or 0xBD1ADE) is known color: Deep Magenta. HEX triplet: BD, 1A and DE. RGB value is (189,26,222). Sum of RGB (Red+Green+Blue) = 189+26+222=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 26 (10.55% from 255 or 5.95% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD1ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1ADE is #42E521. Grayscale: #606060. Windows color (decimal): -4384034 or 14555837. OLE color: 14555837.
HSL color Cylindrical-coordinate representation of color #BD1ADE: hue angle of 289.9º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1ADE is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 26 | 222 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.13 |
| HSL | 289.9º | 0.79% | 0.49% | - |
| HSV(B) | 289.9º | 0.88% | 0.87% | - |
| XYZ | 34.54 | 16.83 | 70.54 | - |
| YUV | 97.08 | 198.5 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 222 | 0.15 | 0.88 | 0 | 0.13 | 289.9 | 0.79 | 0.49 |
| Hex | BD | 1A | DE | F | 58 | 0 | D | 122 | 4F | 31 |
| Octal | 275 | 32 | 336 | 17 | 130 | 0 | 15 | 442 | 117 | 61 |
| Binary | 10111101 | 11010 | 11011110 | 1111 | 1011000 | 0 | 1101 | 100100010 | 1001111 | 110001 |
Color Harmonies of #BD1ADE
Complementary color
Monochromatic Colors of #BD1ADE
Black with #BD1ADE
Text Example
Text Example
White with #BD1ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1ADE; }
p { color: rgb(189,26,222); }
H1.HeaderClassName
{
color: #BD1ADE;
}
.AnyTagClassName
{
color: #BD1ADE;
}
</style>
background-color css
<style>
a { background-color: #BD1ADE; }
a { background-color: rgb(189,26,222); }
div.DivClassName
{
background-color: #BD1ADE;
}
.BgClassName
{
background-color: #BD1ADE;
}
</style>
border-color css
<style>
span { border-color: #BD1ADE; }
span { border-color: rgb(189,26,222); }
td.TdClassName
{
border-color: #BD1ADE;
}
.TagClassName
{
border-color: #BD1ADE;
}
</style>