Shades of Deep Magenta #BE0ADD
Tints of Deep Magenta #BE0ADD
RGB
CMYK
RGB Variations
Color information
#BE0ADD (or 0xBE0ADD) is known color: Deep Magenta. HEX triplet: BE, 0A and DD. RGB value is (190,10,221). Sum of RGB (Red+Green+Blue) = 190+10+221=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE0ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0ADD is #41F522. Grayscale: #575757. Windows color (decimal): -4322595 or 14486206. OLE color: 14486206.
HSL color Cylindrical-coordinate representation of color #BE0ADD: hue angle of 291.18º 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 #BE0ADD is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 10 | 221 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.13 |
| HSL | 291.18º | 0.91% | 0.45% | - |
| HSV(B) | 291.18º | 0.95% | 0.87% | - |
| XYZ | 34.39 | 16.38 | 69.76 | - |
| YUV | 87.87 | 203.13 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 10 | 221 | 0.14 | 0.95 | 0 | 0.13 | 291.18 | 0.91 | 0.45 |
| Hex | BE | A | DD | E | 5F | 0 | D | 123 | 5B | 2D |
| Octal | 276 | 12 | 335 | 16 | 137 | 0 | 15 | 443 | 133 | 55 |
| Binary | 10111110 | 1010 | 11011101 | 1110 | 1011111 | 0 | 1101 | 100100011 | 1011011 | 101101 |
Color Harmonies of #BE0ADD
Complementary color
Monochromatic Colors of #BE0ADD
Black with #BE0ADD
Text Example
Text Example
White with #BE0ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0ADD; }
p { color: rgb(190,10,221); }
H1.HeaderClassName
{
color: #BE0ADD;
}
.AnyTagClassName
{
color: #BE0ADD;
}
</style>
background-color css
<style>
a { background-color: #BE0ADD; }
a { background-color: rgb(190,10,221); }
div.DivClassName
{
background-color: #BE0ADD;
}
.BgClassName
{
background-color: #BE0ADD;
}
</style>
border-color css
<style>
span { border-color: #BE0ADD; }
span { border-color: rgb(190,10,221); }
td.TdClassName
{
border-color: #BE0ADD;
}
.TagClassName
{
border-color: #BE0ADD;
}
</style>