Shades of Deep Magenta #BE10DF
Tints of Deep Magenta #BE10DF
RGB
CMYK
RGB Variations
Color information
#BE10DF (or 0xBE10DF) is known color: Deep Magenta. HEX triplet: BE, 10 and DF. RGB value is (190,16,223). Sum of RGB (Red+Green+Blue) = 190+16+223=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE10DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE10DF is #41EF20. Grayscale: #5A5A5A. Windows color (decimal): -4321057 or 14618814. OLE color: 14618814.
HSL color Cylindrical-coordinate representation of color #BE10DF: hue angle of 290.43º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE10DF is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 16 | 223 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.13 |
| HSL | 290.43º | 0.87% | 0.47% | - |
| HSV(B) | 290.43º | 0.93% | 0.87% | - |
| XYZ | 34.74 | 16.65 | 71.19 | - |
| YUV | 91.62 | 202.15 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 223 | 0.15 | 0.93 | 0 | 0.13 | 290.43 | 0.87 | 0.47 |
| Hex | BE | 10 | DF | F | 5D | 0 | D | 122 | 57 | 2F |
| Octal | 276 | 20 | 337 | 17 | 135 | 0 | 15 | 442 | 127 | 57 |
| Binary | 10111110 | 10000 | 11011111 | 1111 | 1011101 | 0 | 1101 | 100100010 | 1010111 | 101111 |
Color Harmonies of #BE10DF
Complementary color
Monochromatic Colors of #BE10DF
Black with #BE10DF
Text Example
Text Example
White with #BE10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE10DF; }
p { color: rgb(190,16,223); }
H1.HeaderClassName
{
color: #BE10DF;
}
.AnyTagClassName
{
color: #BE10DF;
}
</style>
background-color css
<style>
a { background-color: #BE10DF; }
a { background-color: rgb(190,16,223); }
div.DivClassName
{
background-color: #BE10DF;
}
.BgClassName
{
background-color: #BE10DF;
}
</style>
border-color css
<style>
span { border-color: #BE10DF; }
span { border-color: rgb(190,16,223); }
td.TdClassName
{
border-color: #BE10DF;
}
.TagClassName
{
border-color: #BE10DF;
}
</style>