Shades of Medium Violet Red #BE168C
Tints of Medium Violet Red #BE168C
RGB
CMYK
RGB Variations
Color information
#BE168C (or 0xBE168C) is known color: Medium Violet Red. HEX triplet: BE, 16 and 8C. RGB value is (190,22,140). Sum of RGB (Red+Green+Blue) = 190+22+140=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE168C is #41E973. Grayscale: #555555. Windows color (decimal): -4319604 or 9180862. OLE color: 9180862.
HSL color Cylindrical-coordinate representation of color #BE168C: hue angle of 317.86º 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 #BE168C is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 22 | 140 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.25 |
| HSL | 317.86º | 0.79% | 0.42% | - |
| HSV(B) | 317.86º | 0.88% | 0.75% | - |
| XYZ | 26.26 | 13.41 | 26.02 | - |
| YUV | 85.68 | 158.66 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 140 | 0 | 0.88 | 0.26 | 0.25 | 317.86 | 0.79 | 0.42 |
| Hex | BE | 16 | 8C | 0 | 58 | 1A | 19 | 13E | 4F | 2A |
| Octal | 276 | 26 | 214 | 0 | 130 | 32 | 31 | 476 | 117 | 52 |
| Binary | 10111110 | 10110 | 10001100 | 0 | 1011000 | 11010 | 11001 | 100111110 | 1001111 | 101010 |
Color Harmonies of #BE168C
Complementary color
Monochromatic Colors of #BE168C
Black with #BE168C
Text Example
Text Example
White with #BE168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE168C; }
p { color: rgb(190,22,140); }
H1.HeaderClassName
{
color: #BE168C;
}
.AnyTagClassName
{
color: #BE168C;
}
</style>
background-color css
<style>
a { background-color: #BE168C; }
a { background-color: rgb(190,22,140); }
div.DivClassName
{
background-color: #BE168C;
}
.BgClassName
{
background-color: #BE168C;
}
</style>
border-color css
<style>
span { border-color: #BE168C; }
span { border-color: rgb(190,22,140); }
td.TdClassName
{
border-color: #BE168C;
}
.TagClassName
{
border-color: #BE168C;
}
</style>