Shades of Deep Magenta #BE15DA
Tints of Deep Magenta #BE15DA
RGB
CMYK
RGB Variations
Color information
#BE15DA (or 0xBE15DA) is known color: Deep Magenta. HEX triplet: BE, 15 and DA. RGB value is (190,21,218). Sum of RGB (Red+Green+Blue) = 190+21+218=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE15DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE15DA is #41EA25. Grayscale: #5D5D5D. Windows color (decimal): -4319782 or 14292414. OLE color: 14292414.
HSL color Cylindrical-coordinate representation of color #BE15DA: hue angle of 291.47º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE15DA is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 21 | 218 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.15 |
| HSL | 291.47º | 0.82% | 0.47% | - |
| HSV(B) | 291.47º | 0.9% | 0.85% | - |
| XYZ | 34.16 | 16.55 | 67.72 | - |
| YUV | 93.99 | 197.99 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 218 | 0.13 | 0.90 | 0 | 0.15 | 291.47 | 0.82 | 0.47 |
| Hex | BE | 15 | DA | D | 5A | 0 | F | 123 | 52 | 2F |
| Octal | 276 | 25 | 332 | 15 | 132 | 0 | 17 | 443 | 122 | 57 |
| Binary | 10111110 | 10101 | 11011010 | 1101 | 1011010 | 0 | 1111 | 100100011 | 1010010 | 101111 |
Color Harmonies of #BE15DA
Complementary color
Monochromatic Colors of #BE15DA
Black with #BE15DA
Text Example
Text Example
White with #BE15DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE15DA; }
p { color: rgb(190,21,218); }
H1.HeaderClassName
{
color: #BE15DA;
}
.AnyTagClassName
{
color: #BE15DA;
}
</style>
background-color css
<style>
a { background-color: #BE15DA; }
a { background-color: rgb(190,21,218); }
div.DivClassName
{
background-color: #BE15DA;
}
.BgClassName
{
background-color: #BE15DA;
}
</style>
border-color css
<style>
span { border-color: #BE15DA; }
span { border-color: rgb(190,21,218); }
td.TdClassName
{
border-color: #BE15DA;
}
.TagClassName
{
border-color: #BE15DA;
}
</style>