Shades of Medium Violet Red #BE0195
Tints of Medium Violet Red #BE0195
RGB
CMYK
RGB Variations
Color information
#BE0195 (or 0xBE0195) is known color: Medium Violet Red. HEX triplet: BE, 01 and 95. RGB value is (190,1,149). Sum of RGB (Red+Green+Blue) = 190+1+149=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0195 is #41FE6A. Grayscale: #494949. Windows color (decimal): -4324971 or 9765310. OLE color: 9765310.
HSL color Cylindrical-coordinate representation of color #BE0195: hue angle of 313.02º 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 #BE0195 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 149 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.25 |
| HSL | 313.02º | 0.99% | 0.37% | - |
| HSV(B) | 313.02º | 0.99% | 0.75% | - |
| XYZ | 26.67 | 13.14 | 29.56 | - |
| YUV | 74.38 | 170.12 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 149 | 0 | 0.99 | 0.22 | 0.25 | 313.02 | 0.99 | 0.37 |
| Hex | BE | 1 | 95 | 0 | 63 | 16 | 19 | 139 | 63 | 25 |
| Octal | 276 | 1 | 225 | 0 | 143 | 26 | 31 | 471 | 143 | 45 |
| Binary | 10111110 | 1 | 10010101 | 0 | 1100011 | 10110 | 11001 | 100111001 | 1100011 | 100101 |
Color Harmonies of #BE0195
Complementary color
Monochromatic Colors of #BE0195
Black with #BE0195
Text Example
Text Example
White with #BE0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0195; }
p { color: rgb(190,1,149); }
H1.HeaderClassName
{
color: #BE0195;
}
.AnyTagClassName
{
color: #BE0195;
}
</style>
background-color css
<style>
a { background-color: #BE0195; }
a { background-color: rgb(190,1,149); }
div.DivClassName
{
background-color: #BE0195;
}
.BgClassName
{
background-color: #BE0195;
}
</style>
border-color css
<style>
span { border-color: #BE0195; }
span { border-color: rgb(190,1,149); }
td.TdClassName
{
border-color: #BE0195;
}
.TagClassName
{
border-color: #BE0195;
}
</style>