Shades of Medium Violet Red #BE0197
Tints of Medium Violet Red #BE0197
RGB
CMYK
RGB Variations
Color information
#BE0197 (or 0xBE0197) is known color: Medium Violet Red. HEX triplet: BE, 01 and 97. RGB value is (190,1,151). Sum of RGB (Red+Green+Blue) = 190+1+151=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0197 is #41FE68. Grayscale: #4A4A4A. Windows color (decimal): -4324969 or 9896382. OLE color: 9896382.
HSL color Cylindrical-coordinate representation of color #BE0197: hue angle of 312.38º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0197 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 151 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.25 |
| HSL | 312.38º | 0.99% | 0.37% | - |
| HSV(B) | 312.38º | 0.99% | 0.75% | - |
| XYZ | 26.83 | 13.2 | 30.41 | - |
| YUV | 74.61 | 171.12 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 151 | 0 | 0.99 | 0.21 | 0.25 | 312.38 | 0.99 | 0.37 |
| Hex | BE | 1 | 97 | 0 | 63 | 15 | 19 | 138 | 63 | 25 |
| Octal | 276 | 1 | 227 | 0 | 143 | 25 | 31 | 470 | 143 | 45 |
| Binary | 10111110 | 1 | 10010111 | 0 | 1100011 | 10101 | 11001 | 100111000 | 1100011 | 100101 |
Color Harmonies of #BE0197
Complementary color
Monochromatic Colors of #BE0197
Black with #BE0197
Text Example
Text Example
White with #BE0197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0197; }
p { color: rgb(190,1,151); }
H1.HeaderClassName
{
color: #BE0197;
}
.AnyTagClassName
{
color: #BE0197;
}
</style>
background-color css
<style>
a { background-color: #BE0197; }
a { background-color: rgb(190,1,151); }
div.DivClassName
{
background-color: #BE0197;
}
.BgClassName
{
background-color: #BE0197;
}
</style>
border-color css
<style>
span { border-color: #BE0197; }
span { border-color: rgb(190,1,151); }
td.TdClassName
{
border-color: #BE0197;
}
.TagClassName
{
border-color: #BE0197;
}
</style>