Shades of Deep Magenta #BE12DB
Tints of Deep Magenta #BE12DB
RGB
CMYK
RGB Variations
Color information
#BE12DB (or 0xBE12DB) is known color: Deep Magenta. HEX triplet: BE, 12 and DB. RGB value is (190,18,219). Sum of RGB (Red+Green+Blue) = 190+18+219=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE12DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE12DB is #41ED24. Grayscale: #5B5B5B. Windows color (decimal): -4320549 or 14357182. OLE color: 14357182.
HSL color Cylindrical-coordinate representation of color #BE12DB: hue angle of 291.34º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE12DB is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 18 | 219 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.14 |
| HSL | 291.34º | 0.85% | 0.46% | - |
| HSV(B) | 291.34º | 0.92% | 0.86% | - |
| XYZ | 34.24 | 16.49 | 68.4 | - |
| YUV | 92.34 | 199.48 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 219 | 0.13 | 0.92 | 0 | 0.14 | 291.34 | 0.85 | 0.46 |
| Hex | BE | 12 | DB | D | 5C | 0 | E | 123 | 55 | 2E |
| Octal | 276 | 22 | 333 | 15 | 134 | 0 | 16 | 443 | 125 | 56 |
| Binary | 10111110 | 10010 | 11011011 | 1101 | 1011100 | 0 | 1110 | 100100011 | 1010101 | 101110 |
Color Harmonies of #BE12DB
Complementary color
Monochromatic Colors of #BE12DB
Black with #BE12DB
Text Example
Text Example
White with #BE12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE12DB; }
p { color: rgb(190,18,219); }
H1.HeaderClassName
{
color: #BE12DB;
}
.AnyTagClassName
{
color: #BE12DB;
}
</style>
background-color css
<style>
a { background-color: #BE12DB; }
a { background-color: rgb(190,18,219); }
div.DivClassName
{
background-color: #BE12DB;
}
.BgClassName
{
background-color: #BE12DB;
}
</style>
border-color css
<style>
span { border-color: #BE12DB; }
span { border-color: rgb(190,18,219); }
td.TdClassName
{
border-color: #BE12DB;
}
.TagClassName
{
border-color: #BE12DB;
}
</style>