Shades of Deep Magenta #BE18AC
Tints of Deep Magenta #BE18AC
RGB
CMYK
RGB Variations
Color information
#BE18AC (or 0xBE18AC) is known color: Deep Magenta. HEX triplet: BE, 18 and AC. RGB value is (190,24,172). Sum of RGB (Red+Green+Blue) = 190+24+172=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE18AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE18AC is #41E753. Grayscale: #5A5A5A. Windows color (decimal): -4319060 or 11278526. OLE color: 11278526.
HSL color Cylindrical-coordinate representation of color #BE18AC: hue angle of 306.51º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE18AC is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 24 | 172 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.25 |
| HSL | 306.51º | 0.78% | 0.42% | - |
| HSV(B) | 306.51º | 0.87% | 0.75% | - |
| XYZ | 29.01 | 14.58 | 40.31 | - |
| YUV | 90.51 | 174 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 172 | 0 | 0.87 | 0.09 | 0.25 | 306.51 | 0.78 | 0.42 |
| Hex | BE | 18 | AC | 0 | 57 | 9 | 19 | 133 | 4E | 2A |
| Octal | 276 | 30 | 254 | 0 | 127 | 11 | 31 | 463 | 116 | 52 |
| Binary | 10111110 | 11000 | 10101100 | 0 | 1010111 | 1001 | 11001 | 100110011 | 1001110 | 101010 |
Color Harmonies of #BE18AC
Complementary color
Monochromatic Colors of #BE18AC
Black with #BE18AC
Text Example
Text Example
White with #BE18AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE18AC; }
p { color: rgb(190,24,172); }
H1.HeaderClassName
{
color: #BE18AC;
}
.AnyTagClassName
{
color: #BE18AC;
}
</style>
background-color css
<style>
a { background-color: #BE18AC; }
a { background-color: rgb(190,24,172); }
div.DivClassName
{
background-color: #BE18AC;
}
.BgClassName
{
background-color: #BE18AC;
}
</style>
border-color css
<style>
span { border-color: #BE18AC; }
span { border-color: rgb(190,24,172); }
td.TdClassName
{
border-color: #BE18AC;
}
.TagClassName
{
border-color: #BE18AC;
}
</style>