Shades of Deep Magenta #BE13B0
Tints of Deep Magenta #BE13B0
RGB
CMYK
RGB Variations
Color information
#BE13B0 (or 0xBE13B0) is known color: Deep Magenta. HEX triplet: BE, 13 and B0. RGB value is (190,19,176). Sum of RGB (Red+Green+Blue) = 190+19+176=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE13B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE13B0 is #41EC4F. Grayscale: #575757. Windows color (decimal): -4320336 or 11539390. OLE color: 11539390.
HSL color Cylindrical-coordinate representation of color #BE13B0: hue angle of 304.91º 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 #BE13B0 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 19 | 176 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.25 |
| HSL | 304.91º | 0.82% | 0.41% | - |
| HSV(B) | 304.91º | 0.9% | 0.75% | - |
| XYZ | 29.3 | 14.55 | 42.34 | - |
| YUV | 88.03 | 177.65 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 176 | 0 | 0.90 | 0.07 | 0.25 | 304.91 | 0.82 | 0.41 |
| Hex | BE | 13 | B0 | 0 | 5A | 7 | 19 | 131 | 52 | 29 |
| Octal | 276 | 23 | 260 | 0 | 132 | 7 | 31 | 461 | 122 | 51 |
| Binary | 10111110 | 10011 | 10110000 | 0 | 1011010 | 111 | 11001 | 100110001 | 1010010 | 101001 |
Color Harmonies of #BE13B0
Complementary color
Monochromatic Colors of #BE13B0
Black with #BE13B0
Text Example
Text Example
White with #BE13B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE13B0; }
p { color: rgb(190,19,176); }
H1.HeaderClassName
{
color: #BE13B0;
}
.AnyTagClassName
{
color: #BE13B0;
}
</style>
background-color css
<style>
a { background-color: #BE13B0; }
a { background-color: rgb(190,19,176); }
div.DivClassName
{
background-color: #BE13B0;
}
.BgClassName
{
background-color: #BE13B0;
}
</style>
border-color css
<style>
span { border-color: #BE13B0; }
span { border-color: rgb(190,19,176); }
td.TdClassName
{
border-color: #BE13B0;
}
.TagClassName
{
border-color: #BE13B0;
}
</style>