Shades of Deep Magenta #BE10DA
Tints of Deep Magenta #BE10DA
RGB
CMYK
RGB Variations
Color information
#BE10DA (or 0xBE10DA) is known color: Deep Magenta. HEX triplet: BE, 10 and DA. RGB value is (190,16,218). Sum of RGB (Red+Green+Blue) = 190+16+218=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE10DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE10DA is #41EF25. Grayscale: #5A5A5A. Windows color (decimal): -4321062 or 14291134. OLE color: 14291134.
HSL color Cylindrical-coordinate representation of color #BE10DA: hue angle of 291.68º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE10DA is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 16 | 218 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.15 |
| HSL | 291.68º | 0.86% | 0.46% | - |
| HSV(B) | 291.68º | 0.93% | 0.85% | - |
| XYZ | 34.08 | 16.38 | 67.7 | - |
| YUV | 91.05 | 199.65 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 218 | 0.13 | 0.93 | 0 | 0.15 | 291.68 | 0.86 | 0.46 |
| Hex | BE | 10 | DA | D | 5D | 0 | F | 124 | 56 | 2E |
| Octal | 276 | 20 | 332 | 15 | 135 | 0 | 17 | 444 | 126 | 56 |
| Binary | 10111110 | 10000 | 11011010 | 1101 | 1011101 | 0 | 1111 | 100100100 | 1010110 | 101110 |
Color Harmonies of #BE10DA
Complementary color
Monochromatic Colors of #BE10DA
Black with #BE10DA
Text Example
Text Example
White with #BE10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE10DA; }
p { color: rgb(190,16,218); }
H1.HeaderClassName
{
color: #BE10DA;
}
.AnyTagClassName
{
color: #BE10DA;
}
</style>
background-color css
<style>
a { background-color: #BE10DA; }
a { background-color: rgb(190,16,218); }
div.DivClassName
{
background-color: #BE10DA;
}
.BgClassName
{
background-color: #BE10DA;
}
</style>
border-color css
<style>
span { border-color: #BE10DA; }
span { border-color: rgb(190,16,218); }
td.TdClassName
{
border-color: #BE10DA;
}
.TagClassName
{
border-color: #BE10DA;
}
</style>