Shades of Medium Violet Red #BE0898
Tints of Medium Violet Red #BE0898
RGB
CMYK
RGB Variations
Color information
#BE0898 (or 0xBE0898) is known color: Medium Violet Red. HEX triplet: BE, 08 and 98. RGB value is (190,8,152). Sum of RGB (Red+Green+Blue) = 190+8+152=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0898 is #41F767. Grayscale: #4E4E4E. Windows color (decimal): -4323176 or 9963710. OLE color: 9963710.
HSL color Cylindrical-coordinate representation of color #BE0898: hue angle of 312.53º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE0898 is Cyan = 0, Magento = 0.96, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 8 | 152 | - |
| CMYK | 0 | 0.96 | 0.2 | 0.25 |
| HSL | 312.53º | 0.92% | 0.39% | - |
| HSV(B) | 312.53º | 0.96% | 0.75% | - |
| XYZ | 26.99 | 13.39 | 30.87 | - |
| YUV | 78.83 | 169.3 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 8 | 152 | 0 | 0.96 | 0.2 | 0.25 | 312.53 | 0.92 | 0.39 |
| Hex | BE | 8 | 98 | 0 | 60 | 14 | 19 | 139 | 5C | 27 |
| Octal | 276 | 10 | 230 | 0 | 140 | 24 | 31 | 471 | 134 | 47 |
| Binary | 10111110 | 1000 | 10011000 | 0 | 1100000 | 10100 | 11001 | 100111001 | 1011100 | 100111 |
Color Harmonies of #BE0898
Complementary color
Monochromatic Colors of #BE0898
Black with #BE0898
Text Example
Text Example
White with #BE0898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0898; }
p { color: rgb(190,8,152); }
H1.HeaderClassName
{
color: #BE0898;
}
.AnyTagClassName
{
color: #BE0898;
}
</style>
background-color css
<style>
a { background-color: #BE0898; }
a { background-color: rgb(190,8,152); }
div.DivClassName
{
background-color: #BE0898;
}
.BgClassName
{
background-color: #BE0898;
}
</style>
border-color css
<style>
span { border-color: #BE0898; }
span { border-color: rgb(190,8,152); }
td.TdClassName
{
border-color: #BE0898;
}
.TagClassName
{
border-color: #BE0898;
}
</style>