Shades of Deep Magenta #BE16CC
Tints of Deep Magenta #BE16CC
RGB
CMYK
RGB Variations
Color information
#BE16CC (or 0xBE16CC) is known color: Deep Magenta. HEX triplet: BE, 16 and CC. RGB value is (190,22,204). Sum of RGB (Red+Green+Blue) = 190+22+204=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE16CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE16CC is #41E933. Grayscale: #5C5C5C. Windows color (decimal): -4319540 or 13375166. OLE color: 13375166.
HSL color Cylindrical-coordinate representation of color #BE16CC: hue angle of 295.38º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE16CC is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 22 | 204 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.2 |
| HSL | 295.38º | 0.81% | 0.44% | - |
| HSV(B) | 295.38º | 0.89% | 0.8% | - |
| XYZ | 32.42 | 15.88 | 58.48 | - |
| YUV | 92.98 | 190.66 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 204 | 0.07 | 0.89 | 0 | 0.2 | 295.38 | 0.81 | 0.44 |
| Hex | BE | 16 | CC | 7 | 59 | 0 | 14 | 127 | 51 | 2C |
| Octal | 276 | 26 | 314 | 7 | 131 | 0 | 24 | 447 | 121 | 54 |
| Binary | 10111110 | 10110 | 11001100 | 111 | 1011001 | 0 | 10100 | 100100111 | 1010001 | 101100 |
Color Harmonies of #BE16CC
Complementary color
Monochromatic Colors of #BE16CC
Black with #BE16CC
Text Example
Text Example
White with #BE16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE16CC; }
p { color: rgb(190,22,204); }
H1.HeaderClassName
{
color: #BE16CC;
}
.AnyTagClassName
{
color: #BE16CC;
}
</style>
background-color css
<style>
a { background-color: #BE16CC; }
a { background-color: rgb(190,22,204); }
div.DivClassName
{
background-color: #BE16CC;
}
.BgClassName
{
background-color: #BE16CC;
}
</style>
border-color css
<style>
span { border-color: #BE16CC; }
span { border-color: rgb(190,22,204); }
td.TdClassName
{
border-color: #BE16CC;
}
.TagClassName
{
border-color: #BE16CC;
}
</style>