Shades of Deep Magenta #BE0ADC
Tints of Deep Magenta #BE0ADC
RGB
CMYK
RGB Variations
Color information
#BE0ADC (or 0xBE0ADC) is known color: Deep Magenta. HEX triplet: BE, 0A and DC. RGB value is (190,10,220). Sum of RGB (Red+Green+Blue) = 190+10+220=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE0ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0ADC is #41F523. Grayscale: #575757. Windows color (decimal): -4322596 or 14420670. OLE color: 14420670.
HSL color Cylindrical-coordinate representation of color #BE0ADC: hue angle of 291.43º 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 #BE0ADC is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 10 | 220 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.14 |
| HSL | 291.43º | 0.91% | 0.45% | - |
| HSV(B) | 291.43º | 0.95% | 0.86% | - |
| XYZ | 34.26 | 16.33 | 69.06 | - |
| YUV | 87.76 | 202.63 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 10 | 220 | 0.14 | 0.95 | 0 | 0.14 | 291.43 | 0.91 | 0.45 |
| Hex | BE | A | DC | E | 5F | 0 | E | 123 | 5B | 2D |
| Octal | 276 | 12 | 334 | 16 | 137 | 0 | 16 | 443 | 133 | 55 |
| Binary | 10111110 | 1010 | 11011100 | 1110 | 1011111 | 0 | 1110 | 100100011 | 1011011 | 101101 |
Color Harmonies of #BE0ADC
Complementary color
Monochromatic Colors of #BE0ADC
Black with #BE0ADC
Text Example
Text Example
White with #BE0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0ADC; }
p { color: rgb(190,10,220); }
H1.HeaderClassName
{
color: #BE0ADC;
}
.AnyTagClassName
{
color: #BE0ADC;
}
</style>
background-color css
<style>
a { background-color: #BE0ADC; }
a { background-color: rgb(190,10,220); }
div.DivClassName
{
background-color: #BE0ADC;
}
.BgClassName
{
background-color: #BE0ADC;
}
</style>
border-color css
<style>
span { border-color: #BE0ADC; }
span { border-color: rgb(190,10,220); }
td.TdClassName
{
border-color: #BE0ADC;
}
.TagClassName
{
border-color: #BE0ADC;
}
</style>