Shades of Deep Magenta #BE1CDA
Tints of Deep Magenta #BE1CDA
RGB
CMYK
RGB Variations
Color information
#BE1CDA (or 0xBE1CDA) is known color: Deep Magenta. HEX triplet: BE, 1C and DA. RGB value is (190,28,218). Sum of RGB (Red+Green+Blue) = 190+28+218=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE1CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1CDA is #41E325. Grayscale: #616161. Windows color (decimal): -4317990 or 14294206. OLE color: 14294206.
HSL color Cylindrical-coordinate representation of color #BE1CDA: hue angle of 291.16º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1CDA is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 28 | 218 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.15 |
| HSL | 291.16º | 0.77% | 0.48% | - |
| HSV(B) | 291.16º | 0.87% | 0.85% | - |
| XYZ | 34.31 | 16.84 | 67.77 | - |
| YUV | 98.1 | 195.67 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 28 | 218 | 0.13 | 0.87 | 0 | 0.15 | 291.16 | 0.77 | 0.48 |
| Hex | BE | 1C | DA | D | 57 | 0 | F | 123 | 4D | 30 |
| Octal | 276 | 34 | 332 | 15 | 127 | 0 | 17 | 443 | 115 | 60 |
| Binary | 10111110 | 11100 | 11011010 | 1101 | 1010111 | 0 | 1111 | 100100011 | 1001101 | 110000 |
Color Harmonies of #BE1CDA
Complementary color
Monochromatic Colors of #BE1CDA
Black with #BE1CDA
Text Example
Text Example
White with #BE1CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1CDA; }
p { color: rgb(190,28,218); }
H1.HeaderClassName
{
color: #BE1CDA;
}
.AnyTagClassName
{
color: #BE1CDA;
}
</style>
background-color css
<style>
a { background-color: #BE1CDA; }
a { background-color: rgb(190,28,218); }
div.DivClassName
{
background-color: #BE1CDA;
}
.BgClassName
{
background-color: #BE1CDA;
}
</style>
border-color css
<style>
span { border-color: #BE1CDA; }
span { border-color: rgb(190,28,218); }
td.TdClassName
{
border-color: #BE1CDA;
}
.TagClassName
{
border-color: #BE1CDA;
}
</style>