Shades of Deep Magenta #BE0ABE
Tints of Deep Magenta #BE0ABE
RGB
CMYK
RGB Variations
Color information
#BE0ABE (or 0xBE0ABE) is known color: Deep Magenta. HEX triplet: BE, 0A and BE. RGB value is (190,10,190). Sum of RGB (Red+Green+Blue) = 190+10+190=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE0ABE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0ABE is #41F541. Grayscale: #535353. Windows color (decimal): -4322626 or 12454590. OLE color: 12454590.
HSL color Cylindrical-coordinate representation of color #BE0ABE: hue angle of 300º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0ABE is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 10 | 190 | - |
| CMYK | 0 | 0.95 | 0 | 0.25 |
| HSL | 300º | 0.9% | 0.39% | - |
| HSV(B) | 300º | 0.95% | 0.75% | - |
| XYZ | 30.64 | 14.88 | 49.97 | - |
| YUV | 84.34 | 187.63 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 10 | 190 | 0 | 0.95 | 0 | 0.25 | 300 | 0.9 | 0.39 |
| Hex | BE | A | BE | 0 | 5F | 0 | 19 | 12C | 5A | 27 |
| Octal | 276 | 12 | 276 | 0 | 137 | 0 | 31 | 454 | 132 | 47 |
| Binary | 10111110 | 1010 | 10111110 | 0 | 1011111 | 0 | 11001 | 100101100 | 1011010 | 100111 |
Color Harmonies of #BE0ABE
Complementary color
Monochromatic Colors of #BE0ABE
Black with #BE0ABE
Text Example
Text Example
White with #BE0ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0ABE; }
p { color: rgb(190,10,190); }
H1.HeaderClassName
{
color: #BE0ABE;
}
.AnyTagClassName
{
color: #BE0ABE;
}
</style>
background-color css
<style>
a { background-color: #BE0ABE; }
a { background-color: rgb(190,10,190); }
div.DivClassName
{
background-color: #BE0ABE;
}
.BgClassName
{
background-color: #BE0ABE;
}
</style>
border-color css
<style>
span { border-color: #BE0ABE; }
span { border-color: rgb(190,10,190); }
td.TdClassName
{
border-color: #BE0ABE;
}
.TagClassName
{
border-color: #BE0ABE;
}
</style>