Shades of Medium Violet Red #BE198A
Tints of Medium Violet Red #BE198A
RGB
CMYK
RGB Variations
Color information
#BE198A (or 0xBE198A) is known color: Medium Violet Red. HEX triplet: BE, 19 and 8A. RGB value is (190,25,138). Sum of RGB (Red+Green+Blue) = 190+25+138=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE198A is #41E675. Grayscale: #565656. Windows color (decimal): -4318838 or 9050558. OLE color: 9050558.
HSL color Cylindrical-coordinate representation of color #BE198A: hue angle of 318.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 #BE198A is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 25 | 138 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.25 |
| HSL | 318.91º | 0.77% | 0.42% | - |
| HSV(B) | 318.91º | 0.87% | 0.75% | - |
| XYZ | 26.17 | 13.48 | 25.27 | - |
| YUV | 87.22 | 156.66 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 138 | 0 | 0.87 | 0.27 | 0.25 | 318.91 | 0.77 | 0.42 |
| Hex | BE | 19 | 8A | 0 | 57 | 1B | 19 | 13F | 4D | 2A |
| Octal | 276 | 31 | 212 | 0 | 127 | 33 | 31 | 477 | 115 | 52 |
| Binary | 10111110 | 11001 | 10001010 | 0 | 1010111 | 11011 | 11001 | 100111111 | 1001101 | 101010 |
Color Harmonies of #BE198A
Complementary color
Monochromatic Colors of #BE198A
Black with #BE198A
Text Example
Text Example
White with #BE198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE198A; }
p { color: rgb(190,25,138); }
H1.HeaderClassName
{
color: #BE198A;
}
.AnyTagClassName
{
color: #BE198A;
}
</style>
background-color css
<style>
a { background-color: #BE198A; }
a { background-color: rgb(190,25,138); }
div.DivClassName
{
background-color: #BE198A;
}
.BgClassName
{
background-color: #BE198A;
}
</style>
border-color css
<style>
span { border-color: #BE198A; }
span { border-color: rgb(190,25,138); }
td.TdClassName
{
border-color: #BE198A;
}
.TagClassName
{
border-color: #BE198A;
}
</style>