Shades of Deep Magenta #BE1AB7
Tints of Deep Magenta #BE1AB7
RGB
CMYK
RGB Variations
Color information
#BE1AB7 (or 0xBE1AB7) is known color: Deep Magenta. HEX triplet: BE, 1A and B7. RGB value is (190,26,183). Sum of RGB (Red+Green+Blue) = 190+26+183=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1AB7 is #41E548. Grayscale: #5C5C5C. Windows color (decimal): -4318537 or 11999934. OLE color: 11999934.
HSL color Cylindrical-coordinate representation of color #BE1AB7: hue angle of 302.56º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1AB7 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 26 | 183 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.25 |
| HSL | 302.56º | 0.76% | 0.42% | - |
| HSV(B) | 302.56º | 0.86% | 0.75% | - |
| XYZ | 30.15 | 15.1 | 46.13 | - |
| YUV | 92.93 | 178.83 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 183 | 0 | 0.86 | 0.04 | 0.25 | 302.56 | 0.76 | 0.42 |
| Hex | BE | 1A | B7 | 0 | 56 | 4 | 19 | 12F | 4C | 2A |
| Octal | 276 | 32 | 267 | 0 | 126 | 4 | 31 | 457 | 114 | 52 |
| Binary | 10111110 | 11010 | 10110111 | 0 | 1010110 | 100 | 11001 | 100101111 | 1001100 | 101010 |
Color Harmonies of #BE1AB7
Complementary color
Monochromatic Colors of #BE1AB7
Black with #BE1AB7
Text Example
Text Example
White with #BE1AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1AB7; }
p { color: rgb(190,26,183); }
H1.HeaderClassName
{
color: #BE1AB7;
}
.AnyTagClassName
{
color: #BE1AB7;
}
</style>
background-color css
<style>
a { background-color: #BE1AB7; }
a { background-color: rgb(190,26,183); }
div.DivClassName
{
background-color: #BE1AB7;
}
.BgClassName
{
background-color: #BE1AB7;
}
</style>
border-color css
<style>
span { border-color: #BE1AB7; }
span { border-color: rgb(190,26,183); }
td.TdClassName
{
border-color: #BE1AB7;
}
.TagClassName
{
border-color: #BE1AB7;
}
</style>