Shades of Deep Magenta #BE1ACC
Tints of Deep Magenta #BE1ACC
RGB
CMYK
RGB Variations
Color information
#BE1ACC (or 0xBE1ACC) is known color: Deep Magenta. HEX triplet: BE, 1A and CC. RGB value is (190,26,204). Sum of RGB (Red+Green+Blue) = 190+26+204=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE1ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1ACC is #41E533. Grayscale: #5E5E5E. Windows color (decimal): -4318516 or 13376190. OLE color: 13376190.
HSL color Cylindrical-coordinate representation of color #BE1ACC: hue angle of 295.28º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1ACC is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 26 | 204 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.2 |
| HSL | 295.28º | 0.77% | 0.45% | - |
| HSV(B) | 295.28º | 0.87% | 0.8% | - |
| XYZ | 32.5 | 16.05 | 58.51 | - |
| YUV | 95.33 | 189.33 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 204 | 0.07 | 0.87 | 0 | 0.2 | 295.28 | 0.77 | 0.45 |
| Hex | BE | 1A | CC | 7 | 57 | 0 | 14 | 127 | 4D | 2D |
| Octal | 276 | 32 | 314 | 7 | 127 | 0 | 24 | 447 | 115 | 55 |
| Binary | 10111110 | 11010 | 11001100 | 111 | 1010111 | 0 | 10100 | 100100111 | 1001101 | 101101 |
Color Harmonies of #BE1ACC
Complementary color
Monochromatic Colors of #BE1ACC
Black with #BE1ACC
Text Example
Text Example
White with #BE1ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1ACC; }
p { color: rgb(190,26,204); }
H1.HeaderClassName
{
color: #BE1ACC;
}
.AnyTagClassName
{
color: #BE1ACC;
}
</style>
background-color css
<style>
a { background-color: #BE1ACC; }
a { background-color: rgb(190,26,204); }
div.DivClassName
{
background-color: #BE1ACC;
}
.BgClassName
{
background-color: #BE1ACC;
}
</style>
border-color css
<style>
span { border-color: #BE1ACC; }
span { border-color: rgb(190,26,204); }
td.TdClassName
{
border-color: #BE1ACC;
}
.TagClassName
{
border-color: #BE1ACC;
}
</style>