Shades of Medium Violet Red #BE0198
Tints of Medium Violet Red #BE0198
RGB
CMYK
RGB Variations
Color information
#BE0198 (or 0xBE0198) is known color: Medium Violet Red. HEX triplet: BE, 01 and 98. RGB value is (190,1,152). Sum of RGB (Red+Green+Blue) = 190+1+152=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0198 is #41FE67. Grayscale: #4A4A4A. Windows color (decimal): -4324968 or 9961918. OLE color: 9961918.
HSL color Cylindrical-coordinate representation of color #BE0198: hue angle of 312.06º 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 #BE0198 is Cyan = 0, Magento = 0.99, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 152 | - |
| CMYK | 0 | 0.99 | 0.2 | 0.25 |
| HSL | 312.06º | 0.99% | 0.37% | - |
| HSV(B) | 312.06º | 0.99% | 0.75% | - |
| XYZ | 26.91 | 13.24 | 30.84 | - |
| YUV | 74.73 | 171.62 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 152 | 0 | 0.99 | 0.2 | 0.25 | 312.06 | 0.99 | 0.37 |
| Hex | BE | 1 | 98 | 0 | 63 | 14 | 19 | 138 | 63 | 25 |
| Octal | 276 | 1 | 230 | 0 | 143 | 24 | 31 | 470 | 143 | 45 |
| Binary | 10111110 | 1 | 10011000 | 0 | 1100011 | 10100 | 11001 | 100111000 | 1100011 | 100101 |
Color Harmonies of #BE0198
Complementary color
Monochromatic Colors of #BE0198
Black with #BE0198
Text Example
Text Example
White with #BE0198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0198; }
p { color: rgb(190,1,152); }
H1.HeaderClassName
{
color: #BE0198;
}
.AnyTagClassName
{
color: #BE0198;
}
</style>
background-color css
<style>
a { background-color: #BE0198; }
a { background-color: rgb(190,1,152); }
div.DivClassName
{
background-color: #BE0198;
}
.BgClassName
{
background-color: #BE0198;
}
</style>
border-color css
<style>
span { border-color: #BE0198; }
span { border-color: rgb(190,1,152); }
td.TdClassName
{
border-color: #BE0198;
}
.TagClassName
{
border-color: #BE0198;
}
</style>