Shades of Deep Magenta #BE1BE0
Tints of Deep Magenta #BE1BE0
RGB
CMYK
RGB Variations
Color information
#BE1BE0 (or 0xBE1BE0) is known color: Deep Magenta. HEX triplet: BE, 1B and E0. RGB value is (190,27,224). Sum of RGB (Red+Green+Blue) = 190+27+224=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE1BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1BE0 is #41E41F. Grayscale: #616161. Windows color (decimal): -4318240 or 14687166. OLE color: 14687166.
HSL color Cylindrical-coordinate representation of color #BE1BE0: hue angle of 289.64º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1BE0 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 27 | 224 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.12 |
| HSL | 289.64º | 0.78% | 0.49% | - |
| HSV(B) | 289.64º | 0.88% | 0.88% | - |
| XYZ | 35.08 | 17.11 | 71.98 | - |
| YUV | 98.2 | 199 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 27 | 224 | 0.15 | 0.88 | 0 | 0.12 | 289.64 | 0.78 | 0.49 |
| Hex | BE | 1B | E0 | F | 58 | 0 | C | 122 | 4E | 31 |
| Octal | 276 | 33 | 340 | 17 | 130 | 0 | 14 | 442 | 116 | 61 |
| Binary | 10111110 | 11011 | 11100000 | 1111 | 1011000 | 0 | 1100 | 100100010 | 1001110 | 110001 |
Color Harmonies of #BE1BE0
Complementary color
Monochromatic Colors of #BE1BE0
Black with #BE1BE0
Text Example
Text Example
White with #BE1BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1BE0; }
p { color: rgb(190,27,224); }
H1.HeaderClassName
{
color: #BE1BE0;
}
.AnyTagClassName
{
color: #BE1BE0;
}
</style>
background-color css
<style>
a { background-color: #BE1BE0; }
a { background-color: rgb(190,27,224); }
div.DivClassName
{
background-color: #BE1BE0;
}
.BgClassName
{
background-color: #BE1BE0;
}
</style>
border-color css
<style>
span { border-color: #BE1BE0; }
span { border-color: rgb(190,27,224); }
td.TdClassName
{
border-color: #BE1BE0;
}
.TagClassName
{
border-color: #BE1BE0;
}
</style>