Shades of Deep Magenta #BE18DB
Tints of Deep Magenta #BE18DB
RGB
CMYK
RGB Variations
Color information
#BE18DB (or 0xBE18DB) is known color: Deep Magenta. HEX triplet: BE, 18 and DB. RGB value is (190,24,219). Sum of RGB (Red+Green+Blue) = 190+24+219=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE18DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE18DB is #41E724. Grayscale: #5F5F5F. Windows color (decimal): -4319013 or 14358718. OLE color: 14358718.
HSL color Cylindrical-coordinate representation of color #BE18DB: hue angle of 291.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE18DB is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 24 | 219 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.14 |
| HSL | 291.08º | 0.8% | 0.48% | - |
| HSV(B) | 291.08º | 0.89% | 0.86% | - |
| XYZ | 34.35 | 16.71 | 68.43 | - |
| YUV | 95.86 | 197.5 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 219 | 0.13 | 0.89 | 0 | 0.14 | 291.08 | 0.8 | 0.48 |
| Hex | BE | 18 | DB | D | 59 | 0 | E | 123 | 50 | 30 |
| Octal | 276 | 30 | 333 | 15 | 131 | 0 | 16 | 443 | 120 | 60 |
| Binary | 10111110 | 11000 | 11011011 | 1101 | 1011001 | 0 | 1110 | 100100011 | 1010000 | 110000 |
Color Harmonies of #BE18DB
Complementary color
Monochromatic Colors of #BE18DB
Black with #BE18DB
Text Example
Text Example
White with #BE18DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE18DB; }
p { color: rgb(190,24,219); }
H1.HeaderClassName
{
color: #BE18DB;
}
.AnyTagClassName
{
color: #BE18DB;
}
</style>
background-color css
<style>
a { background-color: #BE18DB; }
a { background-color: rgb(190,24,219); }
div.DivClassName
{
background-color: #BE18DB;
}
.BgClassName
{
background-color: #BE18DB;
}
</style>
border-color css
<style>
span { border-color: #BE18DB; }
span { border-color: rgb(190,24,219); }
td.TdClassName
{
border-color: #BE18DB;
}
.TagClassName
{
border-color: #BE18DB;
}
</style>