Shades of Deep Magenta #BE0DAF
Tints of Deep Magenta #BE0DAF
RGB
CMYK
RGB Variations
Color information
#BE0DAF (or 0xBE0DAF) is known color: Deep Magenta. HEX triplet: BE, 0D and AF. RGB value is (190,13,175). Sum of RGB (Red+Green+Blue) = 190+13+175=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0DAF is #41F250. Grayscale: #535353. Windows color (decimal): -4321873 or 11472318. OLE color: 11472318.
HSL color Cylindrical-coordinate representation of color #BE0DAF: hue angle of 305.08º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0DAF is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 13 | 175 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.25 |
| HSL | 305.08º | 0.87% | 0.4% | - |
| HSV(B) | 305.08º | 0.93% | 0.75% | - |
| XYZ | 29.12 | 14.33 | 41.79 | - |
| YUV | 84.39 | 179.14 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 13 | 175 | 0 | 0.93 | 0.08 | 0.25 | 305.08 | 0.87 | 0.4 |
| Hex | BE | D | AF | 0 | 5D | 8 | 19 | 131 | 57 | 28 |
| Octal | 276 | 15 | 257 | 0 | 135 | 10 | 31 | 461 | 127 | 50 |
| Binary | 10111110 | 1101 | 10101111 | 0 | 1011101 | 1000 | 11001 | 100110001 | 1010111 | 101000 |
Color Harmonies of #BE0DAF
Complementary color
Monochromatic Colors of #BE0DAF
Black with #BE0DAF
Text Example
Text Example
White with #BE0DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0DAF; }
p { color: rgb(190,13,175); }
H1.HeaderClassName
{
color: #BE0DAF;
}
.AnyTagClassName
{
color: #BE0DAF;
}
</style>
background-color css
<style>
a { background-color: #BE0DAF; }
a { background-color: rgb(190,13,175); }
div.DivClassName
{
background-color: #BE0DAF;
}
.BgClassName
{
background-color: #BE0DAF;
}
</style>
border-color css
<style>
span { border-color: #BE0DAF; }
span { border-color: rgb(190,13,175); }
td.TdClassName
{
border-color: #BE0DAF;
}
.TagClassName
{
border-color: #BE0DAF;
}
</style>