Shades of Deep Magenta #BE16B7
Tints of Deep Magenta #BE16B7
RGB
CMYK
RGB Variations
Color information
#BE16B7 (or 0xBE16B7) is known color: Deep Magenta. HEX triplet: BE, 16 and B7. RGB value is (190,22,183). Sum of RGB (Red+Green+Blue) = 190+22+183=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE16B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE16B7 is #41E948. Grayscale: #5A5A5A. Windows color (decimal): -4319561 or 11998910. OLE color: 11998910.
HSL color Cylindrical-coordinate representation of color #BE16B7: hue angle of 302.5º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE16B7 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 22 | 183 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.25 |
| HSL | 302.5º | 0.79% | 0.42% | - |
| HSV(B) | 302.5º | 0.88% | 0.75% | - |
| XYZ | 30.07 | 14.94 | 46.1 | - |
| YUV | 90.59 | 180.16 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 183 | 0 | 0.88 | 0.04 | 0.25 | 302.5 | 0.79 | 0.42 |
| Hex | BE | 16 | B7 | 0 | 58 | 4 | 19 | 12E | 4F | 2A |
| Octal | 276 | 26 | 267 | 0 | 130 | 4 | 31 | 456 | 117 | 52 |
| Binary | 10111110 | 10110 | 10110111 | 0 | 1011000 | 100 | 11001 | 100101110 | 1001111 | 101010 |
Color Harmonies of #BE16B7
Complementary color
Monochromatic Colors of #BE16B7
Black with #BE16B7
Text Example
Text Example
White with #BE16B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE16B7; }
p { color: rgb(190,22,183); }
H1.HeaderClassName
{
color: #BE16B7;
}
.AnyTagClassName
{
color: #BE16B7;
}
</style>
background-color css
<style>
a { background-color: #BE16B7; }
a { background-color: rgb(190,22,183); }
div.DivClassName
{
background-color: #BE16B7;
}
.BgClassName
{
background-color: #BE16B7;
}
</style>
border-color css
<style>
span { border-color: #BE16B7; }
span { border-color: rgb(190,22,183); }
td.TdClassName
{
border-color: #BE16B7;
}
.TagClassName
{
border-color: #BE16B7;
}
</style>