Shades of Medium Violet Red #BE197F
Tints of Medium Violet Red #BE197F
RGB
CMYK
RGB Variations
Color information
#BE197F (or 0xBE197F) is known color: Medium Violet Red. HEX triplet: BE, 19 and 7F. RGB value is (190,25,127). Sum of RGB (Red+Green+Blue) = 190+25+127=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE197F is #41E680. Grayscale: #555555. Windows color (decimal): -4318849 or 8329662. OLE color: 8329662.
HSL color Cylindrical-coordinate representation of color #BE197F: hue angle of 322.91º 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 #BE197F is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 25 | 127 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.25 |
| HSL | 322.91º | 0.77% | 0.42% | - |
| HSV(B) | 322.91º | 0.87% | 0.75% | - |
| XYZ | 25.41 | 13.17 | 21.28 | - |
| YUV | 85.96 | 151.16 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 127 | 0 | 0.87 | 0.33 | 0.25 | 322.91 | 0.77 | 0.42 |
| Hex | BE | 19 | 7F | 0 | 57 | 21 | 19 | 143 | 4D | 2A |
| Octal | 276 | 31 | 177 | 0 | 127 | 41 | 31 | 503 | 115 | 52 |
| Binary | 10111110 | 11001 | 1111111 | 0 | 1010111 | 100001 | 11001 | 101000011 | 1001101 | 101010 |
Color Harmonies of #BE197F
Complementary color
Monochromatic Colors of #BE197F
Black with #BE197F
Text Example
Text Example
White with #BE197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE197F; }
p { color: rgb(190,25,127); }
H1.HeaderClassName
{
color: #BE197F;
}
.AnyTagClassName
{
color: #BE197F;
}
</style>
background-color css
<style>
a { background-color: #BE197F; }
a { background-color: rgb(190,25,127); }
div.DivClassName
{
background-color: #BE197F;
}
.BgClassName
{
background-color: #BE197F;
}
</style>
border-color css
<style>
span { border-color: #BE197F; }
span { border-color: rgb(190,25,127); }
td.TdClassName
{
border-color: #BE197F;
}
.TagClassName
{
border-color: #BE197F;
}
</style>