Shades of Medium Violet Red #BE0C99
Tints of Medium Violet Red #BE0C99
RGB
CMYK
RGB Variations
Color information
#BE0C99 (or 0xBE0C99) is known color: Medium Violet Red. HEX triplet: BE, 0C and 99. RGB value is (190,12,153). Sum of RGB (Red+Green+Blue) = 190+12+153=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0C99 is #41F366. Grayscale: #505050. Windows color (decimal): -4322151 or 10030270. OLE color: 10030270.
HSL color Cylindrical-coordinate representation of color #BE0C99: hue angle of 312.47º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0C99 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 153 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.25 |
| HSL | 312.47º | 0.88% | 0.4% | - |
| HSV(B) | 312.47º | 0.94% | 0.75% | - |
| XYZ | 27.12 | 13.51 | 31.32 | - |
| YUV | 81.3 | 168.47 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 153 | 0 | 0.94 | 0.19 | 0.25 | 312.47 | 0.88 | 0.4 |
| Hex | BE | C | 99 | 0 | 5E | 13 | 19 | 138 | 58 | 28 |
| Octal | 276 | 14 | 231 | 0 | 136 | 23 | 31 | 470 | 130 | 50 |
| Binary | 10111110 | 1100 | 10011001 | 0 | 1011110 | 10011 | 11001 | 100111000 | 1011000 | 101000 |
Color Harmonies of #BE0C99
Complementary color
Monochromatic Colors of #BE0C99
Black with #BE0C99
Text Example
Text Example
White with #BE0C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0C99; }
p { color: rgb(190,12,153); }
H1.HeaderClassName
{
color: #BE0C99;
}
.AnyTagClassName
{
color: #BE0C99;
}
</style>
background-color css
<style>
a { background-color: #BE0C99; }
a { background-color: rgb(190,12,153); }
div.DivClassName
{
background-color: #BE0C99;
}
.BgClassName
{
background-color: #BE0C99;
}
</style>
border-color css
<style>
span { border-color: #BE0C99; }
span { border-color: rgb(190,12,153); }
td.TdClassName
{
border-color: #BE0C99;
}
.TagClassName
{
border-color: #BE0C99;
}
</style>