Shades of Deep Magenta #BE12DF
Tints of Deep Magenta #BE12DF
RGB
CMYK
RGB Variations
Color information
#BE12DF (or 0xBE12DF) is known color: Deep Magenta. HEX triplet: BE, 12 and DF. RGB value is (190,18,223). Sum of RGB (Red+Green+Blue) = 190+18+223=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE12DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE12DF is #41ED20. Grayscale: #5C5C5C. Windows color (decimal): -4320545 or 14619326. OLE color: 14619326.
HSL color Cylindrical-coordinate representation of color #BE12DF: hue angle of 290.34º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE12DF is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 18 | 223 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.13 |
| HSL | 290.34º | 0.85% | 0.47% | - |
| HSV(B) | 290.34º | 0.92% | 0.87% | - |
| XYZ | 34.77 | 16.71 | 71.2 | - |
| YUV | 92.8 | 201.48 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 223 | 0.15 | 0.92 | 0 | 0.13 | 290.34 | 0.85 | 0.47 |
| Hex | BE | 12 | DF | F | 5C | 0 | D | 122 | 55 | 2F |
| Octal | 276 | 22 | 337 | 17 | 134 | 0 | 15 | 442 | 125 | 57 |
| Binary | 10111110 | 10010 | 11011111 | 1111 | 1011100 | 0 | 1101 | 100100010 | 1010101 | 101111 |
Color Harmonies of #BE12DF
Complementary color
Monochromatic Colors of #BE12DF
Black with #BE12DF
Text Example
Text Example
White with #BE12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE12DF; }
p { color: rgb(190,18,223); }
H1.HeaderClassName
{
color: #BE12DF;
}
.AnyTagClassName
{
color: #BE12DF;
}
</style>
background-color css
<style>
a { background-color: #BE12DF; }
a { background-color: rgb(190,18,223); }
div.DivClassName
{
background-color: #BE12DF;
}
.BgClassName
{
background-color: #BE12DF;
}
</style>
border-color css
<style>
span { border-color: #BE12DF; }
span { border-color: rgb(190,18,223); }
td.TdClassName
{
border-color: #BE12DF;
}
.TagClassName
{
border-color: #BE12DF;
}
</style>