Shades of Deep Magenta #BE14D9
Tints of Deep Magenta #BE14D9
RGB
CMYK
RGB Variations
Color information
#BE14D9 (or 0xBE14D9) is known color: Deep Magenta. HEX triplet: BE, 14 and D9. RGB value is (190,20,217). Sum of RGB (Red+Green+Blue) = 190+20+217=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE14D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE14D9 is #41EB26. Grayscale: #5C5C5C. Windows color (decimal): -4320039 or 14226622. OLE color: 14226622.
HSL color Cylindrical-coordinate representation of color #BE14D9: hue angle of 291.78º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE14D9 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 20 | 217 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.15 |
| HSL | 291.78º | 0.83% | 0.46% | - |
| HSV(B) | 291.78º | 0.91% | 0.85% | - |
| XYZ | 34.01 | 16.46 | 67.03 | - |
| YUV | 93.29 | 197.82 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 217 | 0.12 | 0.91 | 0 | 0.15 | 291.78 | 0.83 | 0.46 |
| Hex | BE | 14 | D9 | C | 5B | 0 | F | 124 | 53 | 2E |
| Octal | 276 | 24 | 331 | 14 | 133 | 0 | 17 | 444 | 123 | 56 |
| Binary | 10111110 | 10100 | 11011001 | 1100 | 1011011 | 0 | 1111 | 100100100 | 1010011 | 101110 |
Color Harmonies of #BE14D9
Complementary color
Monochromatic Colors of #BE14D9
Black with #BE14D9
Text Example
Text Example
White with #BE14D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE14D9; }
p { color: rgb(190,20,217); }
H1.HeaderClassName
{
color: #BE14D9;
}
.AnyTagClassName
{
color: #BE14D9;
}
</style>
background-color css
<style>
a { background-color: #BE14D9; }
a { background-color: rgb(190,20,217); }
div.DivClassName
{
background-color: #BE14D9;
}
.BgClassName
{
background-color: #BE14D9;
}
</style>
border-color css
<style>
span { border-color: #BE14D9; }
span { border-color: rgb(190,20,217); }
td.TdClassName
{
border-color: #BE14D9;
}
.TagClassName
{
border-color: #BE14D9;
}
</style>