Shades of Deep Magenta #BE12D1
Tints of Deep Magenta #BE12D1
RGB
CMYK
RGB Variations
Color information
#BE12D1 (or 0xBE12D1) is known color: Deep Magenta. HEX triplet: BE, 12 and D1. RGB value is (190,18,209). Sum of RGB (Red+Green+Blue) = 190+18+209=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE12D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE12D1 is #41ED2E. Grayscale: #5A5A5A. Windows color (decimal): -4320559 or 13701822. OLE color: 13701822.
HSL color Cylindrical-coordinate representation of color #BE12D1: hue angle of 294.03º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE12D1 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 18 | 209 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.18 |
| HSL | 294.03º | 0.84% | 0.45% | - |
| HSV(B) | 294.03º | 0.91% | 0.82% | - |
| XYZ | 32.96 | 15.98 | 61.67 | - |
| YUV | 91.2 | 194.48 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 209 | 0.09 | 0.91 | 0 | 0.18 | 294.03 | 0.84 | 0.45 |
| Hex | BE | 12 | D1 | 9 | 5B | 0 | 12 | 126 | 54 | 2D |
| Octal | 276 | 22 | 321 | 11 | 133 | 0 | 22 | 446 | 124 | 55 |
| Binary | 10111110 | 10010 | 11010001 | 1001 | 1011011 | 0 | 10010 | 100100110 | 1010100 | 101101 |
Color Harmonies of #BE12D1
Complementary color
Monochromatic Colors of #BE12D1
Black with #BE12D1
Text Example
Text Example
White with #BE12D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE12D1; }
p { color: rgb(190,18,209); }
H1.HeaderClassName
{
color: #BE12D1;
}
.AnyTagClassName
{
color: #BE12D1;
}
</style>
background-color css
<style>
a { background-color: #BE12D1; }
a { background-color: rgb(190,18,209); }
div.DivClassName
{
background-color: #BE12D1;
}
.BgClassName
{
background-color: #BE12D1;
}
</style>
border-color css
<style>
span { border-color: #BE12D1; }
span { border-color: rgb(190,18,209); }
td.TdClassName
{
border-color: #BE12D1;
}
.TagClassName
{
border-color: #BE12D1;
}
</style>