Shades of Deep Magenta #BE0BE0
Tints of Deep Magenta #BE0BE0
RGB
CMYK
RGB Variations
Color information
#BE0BE0 (or 0xBE0BE0) is known color: Deep Magenta. HEX triplet: BE, 0B and E0. RGB value is (190,11,224). Sum of RGB (Red+Green+Blue) = 190+11+224=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 11 (4.69% from 255 or 2.59% from 425); Blue value is 224 (87.89% from 255 or 52.71% from 425); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE0BE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0BE0 is #41F41F. Grayscale: #585858. Windows color (decimal): -4322336 or 14683070. OLE color: 14683070.
HSL color Cylindrical-coordinate representation of color #BE0BE0: hue angle of 290.42º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0BE0 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 11 | 224 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.12 |
| HSL | 290.42º | 0.91% | 0.46% | - |
| HSV(B) | 290.42º | 0.95% | 0.88% | - |
| XYZ | 34.81 | 16.57 | 71.88 | - |
| YUV | 88.8 | 204.3 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 224 | 0.15 | 0.95 | 0 | 0.12 | 290.42 | 0.91 | 0.46 |
| Hex | BE | B | E0 | F | 5F | 0 | C | 122 | 5B | 2E |
| Octal | 276 | 13 | 340 | 17 | 137 | 0 | 14 | 442 | 133 | 56 |
| Binary | 10111110 | 1011 | 11100000 | 1111 | 1011111 | 0 | 1100 | 100100010 | 1011011 | 101110 |
Color Harmonies of #BE0BE0
Complementary color
Monochromatic Colors of #BE0BE0
Black with #BE0BE0
Text Example
Text Example
White with #BE0BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0BE0; }
p { color: rgb(190,11,224); }
H1.HeaderClassName
{
color: #BE0BE0;
}
.AnyTagClassName
{
color: #BE0BE0;
}
</style>
background-color css
<style>
a { background-color: #BE0BE0; }
a { background-color: rgb(190,11,224); }
div.DivClassName
{
background-color: #BE0BE0;
}
.BgClassName
{
background-color: #BE0BE0;
}
</style>
border-color css
<style>
span { border-color: #BE0BE0; }
span { border-color: rgb(190,11,224); }
td.TdClassName
{
border-color: #BE0BE0;
}
.TagClassName
{
border-color: #BE0BE0;
}
</style>