Shades of Deep Magenta #BE25DA
Tints of Deep Magenta #BE25DA
RGB
CMYK
RGB Variations
Color information
#BE25DA (or 0xBE25DA) is known color: Deep Magenta. HEX triplet: BE, 25 and DA. RGB value is (190,37,218). Sum of RGB (Red+Green+Blue) = 190+37+218=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE25DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE25DA is #41DA25. Grayscale: #666666. Windows color (decimal): -4315686 or 14296510. OLE color: 14296510.
HSL color Cylindrical-coordinate representation of color #BE25DA: hue angle of 290.72º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE25DA is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 37 | 218 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.15 |
| HSL | 290.72º | 0.71% | 0.5% | - |
| HSV(B) | 290.72º | 0.83% | 0.85% | - |
| XYZ | 34.55 | 17.33 | 67.85 | - |
| YUV | 103.38 | 192.69 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 218 | 0.13 | 0.83 | 0 | 0.15 | 290.72 | 0.71 | 0.5 |
| Hex | BE | 25 | DA | D | 53 | 0 | F | 123 | 47 | 32 |
| Octal | 276 | 45 | 332 | 15 | 123 | 0 | 17 | 443 | 107 | 62 |
| Binary | 10111110 | 100101 | 11011010 | 1101 | 1010011 | 0 | 1111 | 100100011 | 1000111 | 110010 |
Color Harmonies of #BE25DA
Complementary color
Monochromatic Colors of #BE25DA
Black with #BE25DA
Text Example
Text Example
White with #BE25DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE25DA; }
p { color: rgb(190,37,218); }
H1.HeaderClassName
{
color: #BE25DA;
}
.AnyTagClassName
{
color: #BE25DA;
}
</style>
background-color css
<style>
a { background-color: #BE25DA; }
a { background-color: rgb(190,37,218); }
div.DivClassName
{
background-color: #BE25DA;
}
.BgClassName
{
background-color: #BE25DA;
}
</style>
border-color css
<style>
span { border-color: #BE25DA; }
span { border-color: rgb(190,37,218); }
td.TdClassName
{
border-color: #BE25DA;
}
.TagClassName
{
border-color: #BE25DA;
}
</style>