Shades of Deep Magenta #BE17AC
Tints of Deep Magenta #BE17AC
RGB
CMYK
RGB Variations
Color information
#BE17AC (or 0xBE17AC) is known color: Deep Magenta. HEX triplet: BE, 17 and AC. RGB value is (190,23,172). Sum of RGB (Red+Green+Blue) = 190+23+172=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE17AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE17AC is #41E853. Grayscale: #595959. Windows color (decimal): -4319316 or 11278270. OLE color: 11278270.
HSL color Cylindrical-coordinate representation of color #BE17AC: hue angle of 306.47º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE17AC is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 23 | 172 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.25 |
| HSL | 306.47º | 0.78% | 0.42% | - |
| HSV(B) | 306.47º | 0.88% | 0.75% | - |
| XYZ | 28.99 | 14.54 | 40.31 | - |
| YUV | 89.92 | 174.33 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 23 | 172 | 0 | 0.88 | 0.09 | 0.25 | 306.47 | 0.78 | 0.42 |
| Hex | BE | 17 | AC | 0 | 58 | 9 | 19 | 132 | 4E | 2A |
| Octal | 276 | 27 | 254 | 0 | 130 | 11 | 31 | 462 | 116 | 52 |
| Binary | 10111110 | 10111 | 10101100 | 0 | 1011000 | 1001 | 11001 | 100110010 | 1001110 | 101010 |
Color Harmonies of #BE17AC
Complementary color
Monochromatic Colors of #BE17AC
Black with #BE17AC
Text Example
Text Example
White with #BE17AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE17AC; }
p { color: rgb(190,23,172); }
H1.HeaderClassName
{
color: #BE17AC;
}
.AnyTagClassName
{
color: #BE17AC;
}
</style>
background-color css
<style>
a { background-color: #BE17AC; }
a { background-color: rgb(190,23,172); }
div.DivClassName
{
background-color: #BE17AC;
}
.BgClassName
{
background-color: #BE17AC;
}
</style>
border-color css
<style>
span { border-color: #BE17AC; }
span { border-color: rgb(190,23,172); }
td.TdClassName
{
border-color: #BE17AC;
}
.TagClassName
{
border-color: #BE17AC;
}
</style>