Shades of Deep Magenta #BE17DF
Tints of Deep Magenta #BE17DF
RGB
CMYK
RGB Variations
Color information
#BE17DF (or 0xBE17DF) is known color: Deep Magenta. HEX triplet: BE, 17 and DF. RGB value is (190,23,223). Sum of RGB (Red+Green+Blue) = 190+23+223=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 23 (9.38% from 255 or 5.28% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE17DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE17DF is #41E820. Grayscale: #5F5F5F. Windows color (decimal): -4319265 or 14620606. OLE color: 14620606.
HSL color Cylindrical-coordinate representation of color #BE17DF: hue angle of 290.1º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE17DF is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 23 | 223 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.13 |
| HSL | 290.1º | 0.81% | 0.48% | - |
| HSV(B) | 290.1º | 0.9% | 0.87% | - |
| XYZ | 34.86 | 16.89 | 71.23 | - |
| YUV | 95.73 | 199.83 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 23 | 223 | 0.15 | 0.90 | 0 | 0.13 | 290.1 | 0.81 | 0.48 |
| Hex | BE | 17 | DF | F | 5A | 0 | D | 122 | 51 | 30 |
| Octal | 276 | 27 | 337 | 17 | 132 | 0 | 15 | 442 | 121 | 60 |
| Binary | 10111110 | 10111 | 11011111 | 1111 | 1011010 | 0 | 1101 | 100100010 | 1010001 | 110000 |
Color Harmonies of #BE17DF
Complementary color
Monochromatic Colors of #BE17DF
Black with #BE17DF
Text Example
Text Example
White with #BE17DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE17DF; }
p { color: rgb(190,23,223); }
H1.HeaderClassName
{
color: #BE17DF;
}
.AnyTagClassName
{
color: #BE17DF;
}
</style>
background-color css
<style>
a { background-color: #BE17DF; }
a { background-color: rgb(190,23,223); }
div.DivClassName
{
background-color: #BE17DF;
}
.BgClassName
{
background-color: #BE17DF;
}
</style>
border-color css
<style>
span { border-color: #BE17DF; }
span { border-color: rgb(190,23,223); }
td.TdClassName
{
border-color: #BE17DF;
}
.TagClassName
{
border-color: #BE17DF;
}
</style>