Shades of Deep Magenta #BE0DDF
Tints of Deep Magenta #BE0DDF
RGB
CMYK
RGB Variations
Color information
#BE0DDF (or 0xBE0DDF) is known color: Deep Magenta. HEX triplet: BE, 0D and DF. RGB value is (190,13,223). Sum of RGB (Red+Green+Blue) = 190+13+223=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE0DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0DDF is #41F220. Grayscale: #595959. Windows color (decimal): -4321825 or 14618046. OLE color: 14618046.
HSL color Cylindrical-coordinate representation of color #BE0DDF: hue angle of 290.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0DDF is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 13 | 223 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.13 |
| HSL | 290.57º | 0.89% | 0.46% | - |
| HSV(B) | 290.57º | 0.94% | 0.87% | - |
| XYZ | 34.7 | 16.56 | 71.18 | - |
| YUV | 89.86 | 203.14 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 13 | 223 | 0.15 | 0.94 | 0 | 0.13 | 290.57 | 0.89 | 0.46 |
| Hex | BE | D | DF | F | 5E | 0 | D | 123 | 59 | 2E |
| Octal | 276 | 15 | 337 | 17 | 136 | 0 | 15 | 443 | 131 | 56 |
| Binary | 10111110 | 1101 | 11011111 | 1111 | 1011110 | 0 | 1101 | 100100011 | 1011001 | 101110 |
Color Harmonies of #BE0DDF
Complementary color
Monochromatic Colors of #BE0DDF
Black with #BE0DDF
Text Example
Text Example
White with #BE0DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0DDF; }
p { color: rgb(190,13,223); }
H1.HeaderClassName
{
color: #BE0DDF;
}
.AnyTagClassName
{
color: #BE0DDF;
}
</style>
background-color css
<style>
a { background-color: #BE0DDF; }
a { background-color: rgb(190,13,223); }
div.DivClassName
{
background-color: #BE0DDF;
}
.BgClassName
{
background-color: #BE0DDF;
}
</style>
border-color css
<style>
span { border-color: #BE0DDF; }
span { border-color: rgb(190,13,223); }
td.TdClassName
{
border-color: #BE0DDF;
}
.TagClassName
{
border-color: #BE0DDF;
}
</style>