Shades of Deep Magenta #BE16B2
Tints of Deep Magenta #BE16B2
RGB
CMYK
RGB Variations
Color information
#BE16B2 (or 0xBE16B2) is known color: Deep Magenta. HEX triplet: BE, 16 and B2. RGB value is (190,22,178). Sum of RGB (Red+Green+Blue) = 190+22+178=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE16B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE16B2 is #41E94D. Grayscale: #595959. Windows color (decimal): -4319566 or 11671230. OLE color: 11671230.
HSL color Cylindrical-coordinate representation of color #BE16B2: hue angle of 304.29º 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 #BE16B2 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 22 | 178 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.25 |
| HSL | 304.29º | 0.79% | 0.42% | - |
| HSV(B) | 304.29º | 0.88% | 0.75% | - |
| XYZ | 29.56 | 14.74 | 43.41 | - |
| YUV | 90.02 | 177.66 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 178 | 0 | 0.88 | 0.06 | 0.25 | 304.29 | 0.79 | 0.42 |
| Hex | BE | 16 | B2 | 0 | 58 | 6 | 19 | 130 | 4F | 2A |
| Octal | 276 | 26 | 262 | 0 | 130 | 6 | 31 | 460 | 117 | 52 |
| Binary | 10111110 | 10110 | 10110010 | 0 | 1011000 | 110 | 11001 | 100110000 | 1001111 | 101010 |
Color Harmonies of #BE16B2
Complementary color
Monochromatic Colors of #BE16B2
Black with #BE16B2
Text Example
Text Example
White with #BE16B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE16B2; }
p { color: rgb(190,22,178); }
H1.HeaderClassName
{
color: #BE16B2;
}
.AnyTagClassName
{
color: #BE16B2;
}
</style>
background-color css
<style>
a { background-color: #BE16B2; }
a { background-color: rgb(190,22,178); }
div.DivClassName
{
background-color: #BE16B2;
}
.BgClassName
{
background-color: #BE16B2;
}
</style>
border-color css
<style>
span { border-color: #BE16B2; }
span { border-color: rgb(190,22,178); }
td.TdClassName
{
border-color: #BE16B2;
}
.TagClassName
{
border-color: #BE16B2;
}
</style>