Shades of Deep Magenta #BE14BE
Tints of Deep Magenta #BE14BE
RGB
CMYK
RGB Variations
Color information
#BE14BE (or 0xBE14BE) is known color: Deep Magenta. HEX triplet: BE, 14 and BE. RGB value is (190,20,190). Sum of RGB (Red+Green+Blue) = 190+20+190=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE14BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE14BE is #41EB41. Grayscale: #595959. Windows color (decimal): -4320066 or 12457150. OLE color: 12457150.
HSL color Cylindrical-coordinate representation of color #BE14BE: hue angle of 300º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE14BE is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 190 | - |
| CMYK | 0 | 0.89 | 0 | 0.25 |
| HSL | 300º | 0.81% | 0.41% | - |
| HSV(B) | 300º | 0.89% | 0.75% | - |
| XYZ | 30.78 | 15.17 | 50.02 | - |
| YUV | 90.21 | 184.32 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 190 | 0 | 0.89 | 0 | 0.25 | 300 | 0.81 | 0.41 |
| Hex | BE | 14 | BE | 0 | 59 | 0 | 19 | 12C | 51 | 29 |
| Octal | 276 | 24 | 276 | 0 | 131 | 0 | 31 | 454 | 121 | 51 |
| Binary | 10111110 | 10100 | 10111110 | 0 | 1011001 | 0 | 11001 | 100101100 | 1010001 | 101001 |
Color Harmonies of #BE14BE
Complementary color
Monochromatic Colors of #BE14BE
Black with #BE14BE
Text Example
Text Example
White with #BE14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE14BE; }
p { color: rgb(190,20,190); }
H1.HeaderClassName
{
color: #BE14BE;
}
.AnyTagClassName
{
color: #BE14BE;
}
</style>
background-color css
<style>
a { background-color: #BE14BE; }
a { background-color: rgb(190,20,190); }
div.DivClassName
{
background-color: #BE14BE;
}
.BgClassName
{
background-color: #BE14BE;
}
</style>
border-color css
<style>
span { border-color: #BE14BE; }
span { border-color: rgb(190,20,190); }
td.TdClassName
{
border-color: #BE14BE;
}
.TagClassName
{
border-color: #BE14BE;
}
</style>