Shades of Deep Magenta #BE19DF
Tints of Deep Magenta #BE19DF
RGB
CMYK
RGB Variations
Color information
#BE19DF (or 0xBE19DF) is known color: Deep Magenta. HEX triplet: BE, 19 and DF. RGB value is (190,25,223). Sum of RGB (Red+Green+Blue) = 190+25+223=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE19DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE19DF is #41E620. Grayscale: #606060. Windows color (decimal): -4318753 or 14621118. OLE color: 14621118.
HSL color Cylindrical-coordinate representation of color #BE19DF: hue angle of 290º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE19DF is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 25 | 223 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.13 |
| HSL | 290º | 0.8% | 0.49% | - |
| HSV(B) | 290º | 0.89% | 0.87% | - |
| XYZ | 34.9 | 16.97 | 71.25 | - |
| YUV | 96.91 | 199.16 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 223 | 0.15 | 0.89 | 0 | 0.13 | 290 | 0.8 | 0.49 |
| Hex | BE | 19 | DF | F | 59 | 0 | D | 122 | 50 | 31 |
| Octal | 276 | 31 | 337 | 17 | 131 | 0 | 15 | 442 | 120 | 61 |
| Binary | 10111110 | 11001 | 11011111 | 1111 | 1011001 | 0 | 1101 | 100100010 | 1010000 | 110001 |
Color Harmonies of #BE19DF
Complementary color
Monochromatic Colors of #BE19DF
Black with #BE19DF
Text Example
Text Example
White with #BE19DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE19DF; }
p { color: rgb(190,25,223); }
H1.HeaderClassName
{
color: #BE19DF;
}
.AnyTagClassName
{
color: #BE19DF;
}
</style>
background-color css
<style>
a { background-color: #BE19DF; }
a { background-color: rgb(190,25,223); }
div.DivClassName
{
background-color: #BE19DF;
}
.BgClassName
{
background-color: #BE19DF;
}
</style>
border-color css
<style>
span { border-color: #BE19DF; }
span { border-color: rgb(190,25,223); }
td.TdClassName
{
border-color: #BE19DF;
}
.TagClassName
{
border-color: #BE19DF;
}
</style>