Shades of Deep Magenta #BE00AC
Tints of Deep Magenta #BE00AC
RGB
CMYK
RGB Variations
Color information
#BE00AC (or 0xBE00AC) is known color: Deep Magenta. HEX triplet: BE, 00 and AC. RGB value is (190,0,172). Sum of RGB (Red+Green+Blue) = 190+0+172=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE00AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE00AC is #41FF53. Grayscale: #4B4B4B. Windows color (decimal): -4325204 or 11272382. OLE color: 11272382.
HSL color Cylindrical-coordinate representation of color #BE00AC: hue angle of 305.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE00AC is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.09 | 0.25 |
| HSL | 305.68º | 1% | 0.37% | - |
| HSV(B) | 305.68º | 1% | 0.75% | - |
| XYZ | 28.68 | 13.93 | 40.21 | - |
| YUV | 76.42 | 181.95 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 172 | 0 | 1 | 0.09 | 0.25 | 305.68 | 1 | 0.37 |
| Hex | BE | 0 | AC | 0 | 64 | 9 | 19 | 132 | 64 | 25 |
| Octal | 276 | 0 | 254 | 0 | 144 | 11 | 31 | 462 | 144 | 45 |
| Binary | 10111110 | 0 | 10101100 | 0 | 1100100 | 1001 | 11001 | 100110010 | 1100100 | 100101 |
Color Harmonies of #BE00AC
Complementary color
Monochromatic Colors of #BE00AC
Black with #BE00AC
Text Example
Text Example
White with #BE00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE00AC; }
p { color: rgb(190,0,172); }
H1.HeaderClassName
{
color: #BE00AC;
}
.AnyTagClassName
{
color: #BE00AC;
}
</style>
background-color css
<style>
a { background-color: #BE00AC; }
a { background-color: rgb(190,0,172); }
div.DivClassName
{
background-color: #BE00AC;
}
.BgClassName
{
background-color: #BE00AC;
}
</style>
border-color css
<style>
span { border-color: #BE00AC; }
span { border-color: rgb(190,0,172); }
td.TdClassName
{
border-color: #BE00AC;
}
.TagClassName
{
border-color: #BE00AC;
}
</style>