Shades of Medium Violet Red #BE199C
Tints of Medium Violet Red #BE199C
RGB
CMYK
RGB Variations
Color information
#BE199C (or 0xBE199C) is known color: Medium Violet Red. HEX triplet: BE, 19 and 9C. RGB value is (190,25,156). Sum of RGB (Red+Green+Blue) = 190+25+156=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE199C is #41E663. Grayscale: #585858. Windows color (decimal): -4318820 or 10230206. OLE color: 10230206.
HSL color Cylindrical-coordinate representation of color #BE199C: hue angle of 312.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE199C is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 25 | 156 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.25 |
| HSL | 312.36º | 0.77% | 0.42% | - |
| HSV(B) | 312.36º | 0.87% | 0.75% | - |
| XYZ | 27.58 | 14.04 | 32.71 | - |
| YUV | 89.27 | 165.66 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 156 | 0 | 0.87 | 0.18 | 0.25 | 312.36 | 0.77 | 0.42 |
| Hex | BE | 19 | 9C | 0 | 57 | 12 | 19 | 138 | 4D | 2A |
| Octal | 276 | 31 | 234 | 0 | 127 | 22 | 31 | 470 | 115 | 52 |
| Binary | 10111110 | 11001 | 10011100 | 0 | 1010111 | 10010 | 11001 | 100111000 | 1001101 | 101010 |
Color Harmonies of #BE199C
Complementary color
Monochromatic Colors of #BE199C
Black with #BE199C
Text Example
Text Example
White with #BE199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE199C; }
p { color: rgb(190,25,156); }
H1.HeaderClassName
{
color: #BE199C;
}
.AnyTagClassName
{
color: #BE199C;
}
</style>
background-color css
<style>
a { background-color: #BE199C; }
a { background-color: rgb(190,25,156); }
div.DivClassName
{
background-color: #BE199C;
}
.BgClassName
{
background-color: #BE199C;
}
</style>
border-color css
<style>
span { border-color: #BE199C; }
span { border-color: rgb(190,25,156); }
td.TdClassName
{
border-color: #BE199C;
}
.TagClassName
{
border-color: #BE199C;
}
</style>