Shades of Medium Violet Red #BE16A6
Tints of Medium Violet Red #BE16A6
RGB
CMYK
RGB Variations
Color information
#BE16A6 (or 0xBE16A6) is known color: Medium Violet Red. HEX triplet: BE, 16 and A6. RGB value is (190,22,166). Sum of RGB (Red+Green+Blue) = 190+22+166=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE16A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE16A6 is #41E959. Grayscale: #585858. Windows color (decimal): -4319578 or 10884798. OLE color: 10884798.
HSL color Cylindrical-coordinate representation of color #BE16A6: hue angle of 308.57º 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 #BE16A6 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 22 | 166 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.25 |
| HSL | 308.57º | 0.79% | 0.42% | - |
| HSV(B) | 308.57º | 0.88% | 0.75% | - |
| XYZ | 28.41 | 14.27 | 37.33 | - |
| YUV | 88.65 | 171.66 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 166 | 0 | 0.88 | 0.13 | 0.25 | 308.57 | 0.79 | 0.42 |
| Hex | BE | 16 | A6 | 0 | 58 | D | 19 | 135 | 4F | 2A |
| Octal | 276 | 26 | 246 | 0 | 130 | 15 | 31 | 465 | 117 | 52 |
| Binary | 10111110 | 10110 | 10100110 | 0 | 1011000 | 1101 | 11001 | 100110101 | 1001111 | 101010 |
Color Harmonies of #BE16A6
Complementary color
Monochromatic Colors of #BE16A6
Black with #BE16A6
Text Example
Text Example
White with #BE16A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE16A6; }
p { color: rgb(190,22,166); }
H1.HeaderClassName
{
color: #BE16A6;
}
.AnyTagClassName
{
color: #BE16A6;
}
</style>
background-color css
<style>
a { background-color: #BE16A6; }
a { background-color: rgb(190,22,166); }
div.DivClassName
{
background-color: #BE16A6;
}
.BgClassName
{
background-color: #BE16A6;
}
</style>
border-color css
<style>
span { border-color: #BE16A6; }
span { border-color: rgb(190,22,166); }
td.TdClassName
{
border-color: #BE16A6;
}
.TagClassName
{
border-color: #BE16A6;
}
</style>