Shades of Medium Violet Red #BE1898
Tints of Medium Violet Red #BE1898
RGB
CMYK
RGB Variations
Color information
#BE1898 (or 0xBE1898) is known color: Medium Violet Red. HEX triplet: BE, 18 and 98. RGB value is (190,24,152). Sum of RGB (Red+Green+Blue) = 190+24+152=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1898 is #41E767. Grayscale: #575757. Windows color (decimal): -4319080 or 9967806. OLE color: 9967806.
HSL color Cylindrical-coordinate representation of color #BE1898: hue angle of 313.73º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1898 is Cyan = 0, Magento = 0.87, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 24 | 152 | - |
| CMYK | 0 | 0.87 | 0.2 | 0.25 |
| HSL | 313.73º | 0.78% | 0.42% | - |
| HSV(B) | 313.73º | 0.87% | 0.75% | - |
| XYZ | 27.23 | 13.87 | 30.95 | - |
| YUV | 88.23 | 164 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 152 | 0 | 0.87 | 0.2 | 0.25 | 313.73 | 0.78 | 0.42 |
| Hex | BE | 18 | 98 | 0 | 57 | 14 | 19 | 13A | 4E | 2A |
| Octal | 276 | 30 | 230 | 0 | 127 | 24 | 31 | 472 | 116 | 52 |
| Binary | 10111110 | 11000 | 10011000 | 0 | 1010111 | 10100 | 11001 | 100111010 | 1001110 | 101010 |
Color Harmonies of #BE1898
Complementary color
Monochromatic Colors of #BE1898
Black with #BE1898
Text Example
Text Example
White with #BE1898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1898; }
p { color: rgb(190,24,152); }
H1.HeaderClassName
{
color: #BE1898;
}
.AnyTagClassName
{
color: #BE1898;
}
</style>
background-color css
<style>
a { background-color: #BE1898; }
a { background-color: rgb(190,24,152); }
div.DivClassName
{
background-color: #BE1898;
}
.BgClassName
{
background-color: #BE1898;
}
</style>
border-color css
<style>
span { border-color: #BE1898; }
span { border-color: rgb(190,24,152); }
td.TdClassName
{
border-color: #BE1898;
}
.TagClassName
{
border-color: #BE1898;
}
</style>