Shades of Deep Magenta #BD0ADC
Tints of Deep Magenta #BD0ADC
RGB
CMYK
RGB Variations
Color information
#BD0ADC (or 0xBD0ADC) is known color: Deep Magenta. HEX triplet: BD, 0A and DC. RGB value is (189,10,220). Sum of RGB (Red+Green+Blue) = 189+10+220=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD0ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0ADC is #42F523. Grayscale: #565656. Windows color (decimal): -4388132 or 14420669. OLE color: 14420669.
HSL color Cylindrical-coordinate representation of color #BD0ADC: hue angle of 291.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0ADC is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 10 | 220 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.14 |
| HSL | 291.14º | 0.91% | 0.45% | - |
| HSV(B) | 291.14º | 0.95% | 0.86% | - |
| XYZ | 34.01 | 16.2 | 69.05 | - |
| YUV | 87.46 | 202.8 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 10 | 220 | 0.14 | 0.95 | 0 | 0.14 | 291.14 | 0.91 | 0.45 |
| Hex | BD | A | DC | E | 5F | 0 | E | 123 | 5B | 2D |
| Octal | 275 | 12 | 334 | 16 | 137 | 0 | 16 | 443 | 133 | 55 |
| Binary | 10111101 | 1010 | 11011100 | 1110 | 1011111 | 0 | 1110 | 100100011 | 1011011 | 101101 |
Color Harmonies of #BD0ADC
Complementary color
Monochromatic Colors of #BD0ADC
Black with #BD0ADC
Text Example
Text Example
White with #BD0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0ADC; }
p { color: rgb(189,10,220); }
H1.HeaderClassName
{
color: #BD0ADC;
}
.AnyTagClassName
{
color: #BD0ADC;
}
</style>
background-color css
<style>
a { background-color: #BD0ADC; }
a { background-color: rgb(189,10,220); }
div.DivClassName
{
background-color: #BD0ADC;
}
.BgClassName
{
background-color: #BD0ADC;
}
</style>
border-color css
<style>
span { border-color: #BD0ADC; }
span { border-color: rgb(189,10,220); }
td.TdClassName
{
border-color: #BD0ADC;
}
.TagClassName
{
border-color: #BD0ADC;
}
</style>