Shades of Deep Magenta #BE1BDE
Tints of Deep Magenta #BE1BDE
RGB
CMYK
RGB Variations
Color information
#BE1BDE (or 0xBE1BDE) is known color: Deep Magenta. HEX triplet: BE, 1B and DE. RGB value is (190,27,222). Sum of RGB (Red+Green+Blue) = 190+27+222=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE1BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1BDE is #41E421. Grayscale: #616161. Windows color (decimal): -4318242 or 14556094. OLE color: 14556094.
HSL color Cylindrical-coordinate representation of color #BE1BDE: hue angle of 290.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1BDE is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 27 | 222 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.13 |
| HSL | 290.15º | 0.78% | 0.49% | - |
| HSV(B) | 290.15º | 0.88% | 0.87% | - |
| XYZ | 34.81 | 17 | 70.55 | - |
| YUV | 97.97 | 198 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 27 | 222 | 0.14 | 0.88 | 0 | 0.13 | 290.15 | 0.78 | 0.49 |
| Hex | BE | 1B | DE | E | 58 | 0 | D | 122 | 4E | 31 |
| Octal | 276 | 33 | 336 | 16 | 130 | 0 | 15 | 442 | 116 | 61 |
| Binary | 10111110 | 11011 | 11011110 | 1110 | 1011000 | 0 | 1101 | 100100010 | 1001110 | 110001 |
Color Harmonies of #BE1BDE
Complementary color
Monochromatic Colors of #BE1BDE
Black with #BE1BDE
Text Example
Text Example
White with #BE1BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1BDE; }
p { color: rgb(190,27,222); }
H1.HeaderClassName
{
color: #BE1BDE;
}
.AnyTagClassName
{
color: #BE1BDE;
}
</style>
background-color css
<style>
a { background-color: #BE1BDE; }
a { background-color: rgb(190,27,222); }
div.DivClassName
{
background-color: #BE1BDE;
}
.BgClassName
{
background-color: #BE1BDE;
}
</style>
border-color css
<style>
span { border-color: #BE1BDE; }
span { border-color: rgb(190,27,222); }
td.TdClassName
{
border-color: #BE1BDE;
}
.TagClassName
{
border-color: #BE1BDE;
}
</style>