Shades of Medium Violet Red #BE199B
Tints of Medium Violet Red #BE199B
RGB
CMYK
RGB Variations
Color information
#BE199B (or 0xBE199B) is known color: Medium Violet Red. HEX triplet: BE, 19 and 9B. RGB value is (190,25,155). Sum of RGB (Red+Green+Blue) = 190+25+155=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE199B is #41E664. Grayscale: #585858. Windows color (decimal): -4318821 or 10164670. OLE color: 10164670.
HSL color Cylindrical-coordinate representation of color #BE199B: hue angle of 312.73º 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 #BE199B is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 25 | 155 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.25 |
| HSL | 312.73º | 0.77% | 0.42% | - |
| HSV(B) | 312.73º | 0.87% | 0.75% | - |
| XYZ | 27.5 | 14.01 | 32.26 | - |
| YUV | 89.16 | 165.16 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 155 | 0 | 0.87 | 0.18 | 0.25 | 312.73 | 0.77 | 0.42 |
| Hex | BE | 19 | 9B | 0 | 57 | 12 | 19 | 139 | 4D | 2A |
| Octal | 276 | 31 | 233 | 0 | 127 | 22 | 31 | 471 | 115 | 52 |
| Binary | 10111110 | 11001 | 10011011 | 0 | 1010111 | 10010 | 11001 | 100111001 | 1001101 | 101010 |
Color Harmonies of #BE199B
Complementary color
Monochromatic Colors of #BE199B
Black with #BE199B
Text Example
Text Example
White with #BE199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE199B; }
p { color: rgb(190,25,155); }
H1.HeaderClassName
{
color: #BE199B;
}
.AnyTagClassName
{
color: #BE199B;
}
</style>
background-color css
<style>
a { background-color: #BE199B; }
a { background-color: rgb(190,25,155); }
div.DivClassName
{
background-color: #BE199B;
}
.BgClassName
{
background-color: #BE199B;
}
</style>
border-color css
<style>
span { border-color: #BE199B; }
span { border-color: rgb(190,25,155); }
td.TdClassName
{
border-color: #BE199B;
}
.TagClassName
{
border-color: #BE199B;
}
</style>