Shades of Deep Magenta #BE12AD
Tints of Deep Magenta #BE12AD
RGB
CMYK
RGB Variations
Color information
#BE12AD (or 0xBE12AD) is known color: Deep Magenta. HEX triplet: BE, 12 and AD. RGB value is (190,18,173). Sum of RGB (Red+Green+Blue) = 190+18+173=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE12AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE12AD is #41ED52. Grayscale: #565656. Windows color (decimal): -4320595 or 11342526. OLE color: 11342526.
HSL color Cylindrical-coordinate representation of color #BE12AD: hue angle of 305.93º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE12AD is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 18 | 173 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.25 |
| HSL | 305.93º | 0.83% | 0.41% | - |
| HSV(B) | 305.93º | 0.91% | 0.75% | - |
| XYZ | 28.99 | 14.4 | 40.79 | - |
| YUV | 87.1 | 176.48 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 173 | 0 | 0.91 | 0.09 | 0.25 | 305.93 | 0.83 | 0.41 |
| Hex | BE | 12 | AD | 0 | 5B | 9 | 19 | 132 | 53 | 29 |
| Octal | 276 | 22 | 255 | 0 | 133 | 11 | 31 | 462 | 123 | 51 |
| Binary | 10111110 | 10010 | 10101101 | 0 | 1011011 | 1001 | 11001 | 100110010 | 1010011 | 101001 |
Color Harmonies of #BE12AD
Complementary color
Monochromatic Colors of #BE12AD
Black with #BE12AD
Text Example
Text Example
White with #BE12AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE12AD; }
p { color: rgb(190,18,173); }
H1.HeaderClassName
{
color: #BE12AD;
}
.AnyTagClassName
{
color: #BE12AD;
}
</style>
background-color css
<style>
a { background-color: #BE12AD; }
a { background-color: rgb(190,18,173); }
div.DivClassName
{
background-color: #BE12AD;
}
.BgClassName
{
background-color: #BE12AD;
}
</style>
border-color css
<style>
span { border-color: #BE12AD; }
span { border-color: rgb(190,18,173); }
td.TdClassName
{
border-color: #BE12AD;
}
.TagClassName
{
border-color: #BE12AD;
}
</style>