Shades of Deep Magenta #BE18DA
Tints of Deep Magenta #BE18DA
RGB
CMYK
RGB Variations
Color information
#BE18DA (or 0xBE18DA) is known color: Deep Magenta. HEX triplet: BE, 18 and DA. RGB value is (190,24,218). Sum of RGB (Red+Green+Blue) = 190+24+218=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE18DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE18DA is #41E725. Grayscale: #5F5F5F. Windows color (decimal): -4319014 or 14293182. OLE color: 14293182.
HSL color Cylindrical-coordinate representation of color #BE18DA: hue angle of 291.34º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE18DA is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 24 | 218 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.15 |
| HSL | 291.34º | 0.8% | 0.47% | - |
| HSV(B) | 291.34º | 0.89% | 0.85% | - |
| XYZ | 34.22 | 16.66 | 67.74 | - |
| YUV | 95.75 | 197 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 218 | 0.13 | 0.89 | 0 | 0.15 | 291.34 | 0.8 | 0.47 |
| Hex | BE | 18 | DA | D | 59 | 0 | F | 123 | 50 | 2F |
| Octal | 276 | 30 | 332 | 15 | 131 | 0 | 17 | 443 | 120 | 57 |
| Binary | 10111110 | 11000 | 11011010 | 1101 | 1011001 | 0 | 1111 | 100100011 | 1010000 | 101111 |
Color Harmonies of #BE18DA
Complementary color
Monochromatic Colors of #BE18DA
Black with #BE18DA
Text Example
Text Example
White with #BE18DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE18DA; }
p { color: rgb(190,24,218); }
H1.HeaderClassName
{
color: #BE18DA;
}
.AnyTagClassName
{
color: #BE18DA;
}
</style>
background-color css
<style>
a { background-color: #BE18DA; }
a { background-color: rgb(190,24,218); }
div.DivClassName
{
background-color: #BE18DA;
}
.BgClassName
{
background-color: #BE18DA;
}
</style>
border-color css
<style>
span { border-color: #BE18DA; }
span { border-color: rgb(190,24,218); }
td.TdClassName
{
border-color: #BE18DA;
}
.TagClassName
{
border-color: #BE18DA;
}
</style>