Shades of Deep Magenta #BE01A6
Tints of Deep Magenta #BE01A6
RGB
CMYK
RGB Variations
Color information
#BE01A6 (or 0xBE01A6) is known color: Deep Magenta. HEX triplet: BE, 01 and A6. RGB value is (190,1,166). Sum of RGB (Red+Green+Blue) = 190+1+166=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE01A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE01A6 is #41FE59. Grayscale: #4B4B4B. Windows color (decimal): -4324954 or 10879422. OLE color: 10879422.
HSL color Cylindrical-coordinate representation of color #BE01A6: hue angle of 307.62º 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 #BE01A6 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 166 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.25 |
| HSL | 307.62º | 0.99% | 0.37% | - |
| HSV(B) | 307.62º | 0.99% | 0.75% | - |
| XYZ | 28.13 | 13.72 | 37.24 | - |
| YUV | 76.32 | 178.62 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 166 | 0 | 0.99 | 0.13 | 0.25 | 307.62 | 0.99 | 0.37 |
| Hex | BE | 1 | A6 | 0 | 63 | D | 19 | 134 | 63 | 25 |
| Octal | 276 | 1 | 246 | 0 | 143 | 15 | 31 | 464 | 143 | 45 |
| Binary | 10111110 | 1 | 10100110 | 0 | 1100011 | 1101 | 11001 | 100110100 | 1100011 | 100101 |
Color Harmonies of #BE01A6
Complementary color
Monochromatic Colors of #BE01A6
Black with #BE01A6
Text Example
Text Example
White with #BE01A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE01A6; }
p { color: rgb(190,1,166); }
H1.HeaderClassName
{
color: #BE01A6;
}
.AnyTagClassName
{
color: #BE01A6;
}
</style>
background-color css
<style>
a { background-color: #BE01A6; }
a { background-color: rgb(190,1,166); }
div.DivClassName
{
background-color: #BE01A6;
}
.BgClassName
{
background-color: #BE01A6;
}
</style>
border-color css
<style>
span { border-color: #BE01A6; }
span { border-color: rgb(190,1,166); }
td.TdClassName
{
border-color: #BE01A6;
}
.TagClassName
{
border-color: #BE01A6;
}
</style>