Shades of Deep Magenta #BE25DB
Tints of Deep Magenta #BE25DB
RGB
CMYK
RGB Variations
Color information
#BE25DB (or 0xBE25DB) is known color: Deep Magenta. HEX triplet: BE, 25 and DB. RGB value is (190,37,219). Sum of RGB (Red+Green+Blue) = 190+37+219=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE25DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE25DB is #41DA24. Grayscale: #666666. Windows color (decimal): -4315685 or 14362046. OLE color: 14362046.
HSL color Cylindrical-coordinate representation of color #BE25DB: hue angle of 290.44º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE25DB is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 37 | 219 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.14 |
| HSL | 290.44º | 0.72% | 0.5% | - |
| HSV(B) | 290.44º | 0.83% | 0.86% | - |
| XYZ | 34.68 | 17.38 | 68.55 | - |
| YUV | 103.5 | 193.19 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 219 | 0.13 | 0.83 | 0 | 0.14 | 290.44 | 0.72 | 0.5 |
| Hex | BE | 25 | DB | D | 53 | 0 | E | 122 | 48 | 32 |
| Octal | 276 | 45 | 333 | 15 | 123 | 0 | 16 | 442 | 110 | 62 |
| Binary | 10111110 | 100101 | 11011011 | 1101 | 1010011 | 0 | 1110 | 100100010 | 1001000 | 110010 |
Color Harmonies of #BE25DB
Complementary color
Monochromatic Colors of #BE25DB
Black with #BE25DB
Text Example
Text Example
White with #BE25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE25DB; }
p { color: rgb(190,37,219); }
H1.HeaderClassName
{
color: #BE25DB;
}
.AnyTagClassName
{
color: #BE25DB;
}
</style>
background-color css
<style>
a { background-color: #BE25DB; }
a { background-color: rgb(190,37,219); }
div.DivClassName
{
background-color: #BE25DB;
}
.BgClassName
{
background-color: #BE25DB;
}
</style>
border-color css
<style>
span { border-color: #BE25DB; }
span { border-color: rgb(190,37,219); }
td.TdClassName
{
border-color: #BE25DB;
}
.TagClassName
{
border-color: #BE25DB;
}
</style>