Shades of Medium Violet Red #BE0096
Tints of Medium Violet Red #BE0096
RGB
CMYK
RGB Variations
Color information
#BE0096 (or 0xBE0096) is known color: Medium Violet Red. HEX triplet: BE, 00 and 96. RGB value is (190,0,150). Sum of RGB (Red+Green+Blue) = 190+0+150=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0096 is #41FF69. Grayscale: #494949. Windows color (decimal): -4325226 or 9830590. OLE color: 9830590.
HSL color Cylindrical-coordinate representation of color #BE0096: hue angle of 312.63º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE0096 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.21 | 0.25 |
| HSL | 312.63º | 1% | 0.37% | - |
| HSV(B) | 312.63º | 1% | 0.75% | - |
| XYZ | 26.74 | 13.15 | 29.98 | - |
| YUV | 73.91 | 170.95 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 150 | 0 | 1 | 0.21 | 0.25 | 312.63 | 1 | 0.37 |
| Hex | BE | 0 | 96 | 0 | 64 | 15 | 19 | 139 | 64 | 25 |
| Octal | 276 | 0 | 226 | 0 | 144 | 25 | 31 | 471 | 144 | 45 |
| Binary | 10111110 | 0 | 10010110 | 0 | 1100100 | 10101 | 11001 | 100111001 | 1100100 | 100101 |
Color Harmonies of #BE0096
Complementary color
Monochromatic Colors of #BE0096
Black with #BE0096
Text Example
Text Example
White with #BE0096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0096; }
p { color: rgb(190,0,150); }
H1.HeaderClassName
{
color: #BE0096;
}
.AnyTagClassName
{
color: #BE0096;
}
</style>
background-color css
<style>
a { background-color: #BE0096; }
a { background-color: rgb(190,0,150); }
div.DivClassName
{
background-color: #BE0096;
}
.BgClassName
{
background-color: #BE0096;
}
</style>
border-color css
<style>
span { border-color: #BE0096; }
span { border-color: rgb(190,0,150); }
td.TdClassName
{
border-color: #BE0096;
}
.TagClassName
{
border-color: #BE0096;
}
</style>