Shades of Deep Magenta #BE1CDB
Tints of Deep Magenta #BE1CDB
RGB
CMYK
RGB Variations
Color information
#BE1CDB (or 0xBE1CDB) is known color: Deep Magenta. HEX triplet: BE, 1C and DB. RGB value is (190,28,219). Sum of RGB (Red+Green+Blue) = 190+28+219=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE1CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1CDB is #41E324. Grayscale: #616161. Windows color (decimal): -4317989 or 14359742. OLE color: 14359742.
HSL color Cylindrical-coordinate representation of color #BE1CDB: hue angle of 290.89º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1CDB is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 28 | 219 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.14 |
| HSL | 290.89º | 0.77% | 0.48% | - |
| HSV(B) | 290.89º | 0.87% | 0.86% | - |
| XYZ | 34.44 | 16.89 | 68.46 | - |
| YUV | 98.21 | 196.17 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 28 | 219 | 0.13 | 0.87 | 0 | 0.14 | 290.89 | 0.77 | 0.48 |
| Hex | BE | 1C | DB | D | 57 | 0 | E | 123 | 4D | 30 |
| Octal | 276 | 34 | 333 | 15 | 127 | 0 | 16 | 443 | 115 | 60 |
| Binary | 10111110 | 11100 | 11011011 | 1101 | 1010111 | 0 | 1110 | 100100011 | 1001101 | 110000 |
Color Harmonies of #BE1CDB
Complementary color
Monochromatic Colors of #BE1CDB
Black with #BE1CDB
Text Example
Text Example
White with #BE1CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1CDB; }
p { color: rgb(190,28,219); }
H1.HeaderClassName
{
color: #BE1CDB;
}
.AnyTagClassName
{
color: #BE1CDB;
}
</style>
background-color css
<style>
a { background-color: #BE1CDB; }
a { background-color: rgb(190,28,219); }
div.DivClassName
{
background-color: #BE1CDB;
}
.BgClassName
{
background-color: #BE1CDB;
}
</style>
border-color css
<style>
span { border-color: #BE1CDB; }
span { border-color: rgb(190,28,219); }
td.TdClassName
{
border-color: #BE1CDB;
}
.TagClassName
{
border-color: #BE1CDB;
}
</style>