Shades of Deep Magenta #BE16CF
Tints of Deep Magenta #BE16CF
RGB
CMYK
RGB Variations
Color information
#BE16CF (or 0xBE16CF) is known color: Deep Magenta. HEX triplet: BE, 16 and CF. RGB value is (190,22,207). Sum of RGB (Red+Green+Blue) = 190+22+207=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE16CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE16CF is #41E930. Grayscale: #5C5C5C. Windows color (decimal): -4319537 or 13571774. OLE color: 13571774.
HSL color Cylindrical-coordinate representation of color #BE16CF: hue angle of 294.49º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE16CF is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 22 | 207 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.19 |
| HSL | 294.49º | 0.81% | 0.45% | - |
| HSV(B) | 294.49º | 0.89% | 0.81% | - |
| XYZ | 32.78 | 16.03 | 60.4 | - |
| YUV | 93.32 | 192.16 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 207 | 0.08 | 0.89 | 0 | 0.19 | 294.49 | 0.81 | 0.45 |
| Hex | BE | 16 | CF | 8 | 59 | 0 | 13 | 126 | 51 | 2D |
| Octal | 276 | 26 | 317 | 10 | 131 | 0 | 23 | 446 | 121 | 55 |
| Binary | 10111110 | 10110 | 11001111 | 1000 | 1011001 | 0 | 10011 | 100100110 | 1010001 | 101101 |
Color Harmonies of #BE16CF
Complementary color
Monochromatic Colors of #BE16CF
Black with #BE16CF
Text Example
Text Example
White with #BE16CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE16CF; }
p { color: rgb(190,22,207); }
H1.HeaderClassName
{
color: #BE16CF;
}
.AnyTagClassName
{
color: #BE16CF;
}
</style>
background-color css
<style>
a { background-color: #BE16CF; }
a { background-color: rgb(190,22,207); }
div.DivClassName
{
background-color: #BE16CF;
}
.BgClassName
{
background-color: #BE16CF;
}
</style>
border-color css
<style>
span { border-color: #BE16CF; }
span { border-color: rgb(190,22,207); }
td.TdClassName
{
border-color: #BE16CF;
}
.TagClassName
{
border-color: #BE16CF;
}
</style>