Shades of Deep Magenta #BE13AF
Tints of Deep Magenta #BE13AF
RGB
CMYK
RGB Variations
Color information
#BE13AF (or 0xBE13AF) is known color: Deep Magenta. HEX triplet: BE, 13 and AF. RGB value is (190,19,175). Sum of RGB (Red+Green+Blue) = 190+19+175=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE13AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE13AF is #41EC50. Grayscale: #575757. Windows color (decimal): -4320337 or 11473854. OLE color: 11473854.
HSL color Cylindrical-coordinate representation of color #BE13AF: hue angle of 305.26º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE13AF is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 19 | 175 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.25 |
| HSL | 305.26º | 0.82% | 0.41% | - |
| HSV(B) | 305.26º | 0.9% | 0.75% | - |
| XYZ | 29.21 | 14.51 | 41.82 | - |
| YUV | 87.91 | 177.15 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 175 | 0 | 0.90 | 0.08 | 0.25 | 305.26 | 0.82 | 0.41 |
| Hex | BE | 13 | AF | 0 | 5A | 8 | 19 | 131 | 52 | 29 |
| Octal | 276 | 23 | 257 | 0 | 132 | 10 | 31 | 461 | 122 | 51 |
| Binary | 10111110 | 10011 | 10101111 | 0 | 1011010 | 1000 | 11001 | 100110001 | 1010010 | 101001 |
Color Harmonies of #BE13AF
Complementary color
Monochromatic Colors of #BE13AF
Black with #BE13AF
Text Example
Text Example
White with #BE13AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE13AF; }
p { color: rgb(190,19,175); }
H1.HeaderClassName
{
color: #BE13AF;
}
.AnyTagClassName
{
color: #BE13AF;
}
</style>
background-color css
<style>
a { background-color: #BE13AF; }
a { background-color: rgb(190,19,175); }
div.DivClassName
{
background-color: #BE13AF;
}
.BgClassName
{
background-color: #BE13AF;
}
</style>
border-color css
<style>
span { border-color: #BE13AF; }
span { border-color: rgb(190,19,175); }
td.TdClassName
{
border-color: #BE13AF;
}
.TagClassName
{
border-color: #BE13AF;
}
</style>