Shades of Deep Magenta #BE01AC
Tints of Deep Magenta #BE01AC
RGB
CMYK
RGB Variations
Color information
#BE01AC (or 0xBE01AC) is known color: Deep Magenta. HEX triplet: BE, 01 and AC. RGB value is (190,1,172). Sum of RGB (Red+Green+Blue) = 190+1+172=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE01AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE01AC is #41FE53. Grayscale: #4C4C4C. Windows color (decimal): -4324948 or 11272638. OLE color: 11272638.
HSL color Cylindrical-coordinate representation of color #BE01AC: hue angle of 305.71º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE01AC is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 172 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.25 |
| HSL | 305.71º | 0.99% | 0.37% | - |
| HSV(B) | 305.71º | 0.99% | 0.75% | - |
| XYZ | 28.69 | 13.95 | 40.21 | - |
| YUV | 77.01 | 181.62 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 172 | 0 | 0.99 | 0.09 | 0.25 | 305.71 | 0.99 | 0.37 |
| Hex | BE | 1 | AC | 0 | 63 | 9 | 19 | 132 | 63 | 25 |
| Octal | 276 | 1 | 254 | 0 | 143 | 11 | 31 | 462 | 143 | 45 |
| Binary | 10111110 | 1 | 10101100 | 0 | 1100011 | 1001 | 11001 | 100110010 | 1100011 | 100101 |
Color Harmonies of #BE01AC
Complementary color
Monochromatic Colors of #BE01AC
Black with #BE01AC
Text Example
Text Example
White with #BE01AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE01AC; }
p { color: rgb(190,1,172); }
H1.HeaderClassName
{
color: #BE01AC;
}
.AnyTagClassName
{
color: #BE01AC;
}
</style>
background-color css
<style>
a { background-color: #BE01AC; }
a { background-color: rgb(190,1,172); }
div.DivClassName
{
background-color: #BE01AC;
}
.BgClassName
{
background-color: #BE01AC;
}
</style>
border-color css
<style>
span { border-color: #BE01AC; }
span { border-color: rgb(190,1,172); }
td.TdClassName
{
border-color: #BE01AC;
}
.TagClassName
{
border-color: #BE01AC;
}
</style>