Shades of Deep Magenta #BE1BDA
Tints of Deep Magenta #BE1BDA
RGB
CMYK
RGB Variations
Color information
#BE1BDA (or 0xBE1BDA) is known color: Deep Magenta. HEX triplet: BE, 1B and DA. RGB value is (190,27,218). Sum of RGB (Red+Green+Blue) = 190+27+218=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE1BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1BDA is #41E425. Grayscale: #606060. Windows color (decimal): -4318246 or 14293950. OLE color: 14293950.
HSL color Cylindrical-coordinate representation of color #BE1BDA: hue angle of 291.2º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1BDA is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 27 | 218 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.15 |
| HSL | 291.2º | 0.78% | 0.48% | - |
| HSV(B) | 291.2º | 0.88% | 0.85% | - |
| XYZ | 34.28 | 16.79 | 67.76 | - |
| YUV | 97.51 | 196 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 27 | 218 | 0.13 | 0.88 | 0 | 0.15 | 291.2 | 0.78 | 0.48 |
| Hex | BE | 1B | DA | D | 58 | 0 | F | 123 | 4E | 30 |
| Octal | 276 | 33 | 332 | 15 | 130 | 0 | 17 | 443 | 116 | 60 |
| Binary | 10111110 | 11011 | 11011010 | 1101 | 1011000 | 0 | 1111 | 100100011 | 1001110 | 110000 |
Color Harmonies of #BE1BDA
Complementary color
Monochromatic Colors of #BE1BDA
Black with #BE1BDA
Text Example
Text Example
White with #BE1BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1BDA; }
p { color: rgb(190,27,218); }
H1.HeaderClassName
{
color: #BE1BDA;
}
.AnyTagClassName
{
color: #BE1BDA;
}
</style>
background-color css
<style>
a { background-color: #BE1BDA; }
a { background-color: rgb(190,27,218); }
div.DivClassName
{
background-color: #BE1BDA;
}
.BgClassName
{
background-color: #BE1BDA;
}
</style>
border-color css
<style>
span { border-color: #BE1BDA; }
span { border-color: rgb(190,27,218); }
td.TdClassName
{
border-color: #BE1BDA;
}
.TagClassName
{
border-color: #BE1BDA;
}
</style>