Shades of Deep Magenta #BE12BA
Tints of Deep Magenta #BE12BA
RGB
CMYK
RGB Variations
Color information
#BE12BA (or 0xBE12BA) is known color: Deep Magenta. HEX triplet: BE, 12 and BA. RGB value is (190,18,186). Sum of RGB (Red+Green+Blue) = 190+18+186=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE12BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE12BA is #41ED45. Grayscale: #585858. Windows color (decimal): -4320582 or 12194494. OLE color: 12194494.
HSL color Cylindrical-coordinate representation of color #BE12BA: hue angle of 301.4º 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 #BE12BA is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 18 | 186 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.25 |
| HSL | 301.4º | 0.83% | 0.41% | - |
| HSV(B) | 301.4º | 0.91% | 0.75% | - |
| XYZ | 30.31 | 14.92 | 47.74 | - |
| YUV | 88.58 | 182.98 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 186 | 0 | 0.91 | 0.02 | 0.25 | 301.4 | 0.83 | 0.41 |
| Hex | BE | 12 | BA | 0 | 5B | 2 | 19 | 12D | 53 | 29 |
| Octal | 276 | 22 | 272 | 0 | 133 | 2 | 31 | 455 | 123 | 51 |
| Binary | 10111110 | 10010 | 10111010 | 0 | 1011011 | 10 | 11001 | 100101101 | 1010011 | 101001 |
Color Harmonies of #BE12BA
Complementary color
Monochromatic Colors of #BE12BA
Black with #BE12BA
Text Example
Text Example
White with #BE12BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE12BA; }
p { color: rgb(190,18,186); }
H1.HeaderClassName
{
color: #BE12BA;
}
.AnyTagClassName
{
color: #BE12BA;
}
</style>
background-color css
<style>
a { background-color: #BE12BA; }
a { background-color: rgb(190,18,186); }
div.DivClassName
{
background-color: #BE12BA;
}
.BgClassName
{
background-color: #BE12BA;
}
</style>
border-color css
<style>
span { border-color: #BE12BA; }
span { border-color: rgb(190,18,186); }
td.TdClassName
{
border-color: #BE12BA;
}
.TagClassName
{
border-color: #BE12BA;
}
</style>