Shades of Deep Magenta #BE13DF
Tints of Deep Magenta #BE13DF
RGB
CMYK
RGB Variations
Color information
#BE13DF (or 0xBE13DF) is known color: Deep Magenta. HEX triplet: BE, 13 and DF. RGB value is (190,19,223). Sum of RGB (Red+Green+Blue) = 190+19+223=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 19 (7.81% from 255 or 4.40% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE13DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE13DF is #41EC20. Grayscale: #5C5C5C. Windows color (decimal): -4320289 or 14619582. OLE color: 14619582.
HSL color Cylindrical-coordinate representation of color #BE13DF: hue angle of 290.29º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE13DF is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 19 | 223 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.13 |
| HSL | 290.29º | 0.84% | 0.47% | - |
| HSV(B) | 290.29º | 0.91% | 0.87% | - |
| XYZ | 34.79 | 16.74 | 71.21 | - |
| YUV | 93.39 | 201.15 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 223 | 0.15 | 0.91 | 0 | 0.13 | 290.29 | 0.84 | 0.47 |
| Hex | BE | 13 | DF | F | 5B | 0 | D | 122 | 54 | 2F |
| Octal | 276 | 23 | 337 | 17 | 133 | 0 | 15 | 442 | 124 | 57 |
| Binary | 10111110 | 10011 | 11011111 | 1111 | 1011011 | 0 | 1101 | 100100010 | 1010100 | 101111 |
Color Harmonies of #BE13DF
Complementary color
Monochromatic Colors of #BE13DF
Black with #BE13DF
Text Example
Text Example
White with #BE13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE13DF; }
p { color: rgb(190,19,223); }
H1.HeaderClassName
{
color: #BE13DF;
}
.AnyTagClassName
{
color: #BE13DF;
}
</style>
background-color css
<style>
a { background-color: #BE13DF; }
a { background-color: rgb(190,19,223); }
div.DivClassName
{
background-color: #BE13DF;
}
.BgClassName
{
background-color: #BE13DF;
}
</style>
border-color css
<style>
span { border-color: #BE13DF; }
span { border-color: rgb(190,19,223); }
td.TdClassName
{
border-color: #BE13DF;
}
.TagClassName
{
border-color: #BE13DF;
}
</style>