Shades of Medium Violet Red #BE118B
Tints of Medium Violet Red #BE118B
RGB
CMYK
RGB Variations
Color information
#BE118B (or 0xBE118B) is known color: Medium Violet Red. HEX triplet: BE, 11 and 8B. RGB value is (190,17,139). Sum of RGB (Red+Green+Blue) = 190+17+139=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE118B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE118B is #41EE74. Grayscale: #525252. Windows color (decimal): -4320885 or 9114046. OLE color: 9114046.
HSL color Cylindrical-coordinate representation of color #BE118B: hue angle of 317.69º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE118B is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 17 | 139 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.25 |
| HSL | 317.69º | 0.84% | 0.41% | - |
| HSV(B) | 317.69º | 0.91% | 0.75% | - |
| XYZ | 26.1 | 13.21 | 25.6 | - |
| YUV | 82.64 | 159.81 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 17 | 139 | 0 | 0.91 | 0.27 | 0.25 | 317.69 | 0.84 | 0.41 |
| Hex | BE | 11 | 8B | 0 | 5B | 1B | 19 | 13E | 54 | 29 |
| Octal | 276 | 21 | 213 | 0 | 133 | 33 | 31 | 476 | 124 | 51 |
| Binary | 10111110 | 10001 | 10001011 | 0 | 1011011 | 11011 | 11001 | 100111110 | 1010100 | 101001 |
Color Harmonies of #BE118B
Complementary color
Monochromatic Colors of #BE118B
Black with #BE118B
Text Example
Text Example
White with #BE118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE118B; }
p { color: rgb(190,17,139); }
H1.HeaderClassName
{
color: #BE118B;
}
.AnyTagClassName
{
color: #BE118B;
}
</style>
background-color css
<style>
a { background-color: #BE118B; }
a { background-color: rgb(190,17,139); }
div.DivClassName
{
background-color: #BE118B;
}
.BgClassName
{
background-color: #BE118B;
}
</style>
border-color css
<style>
span { border-color: #BE118B; }
span { border-color: rgb(190,17,139); }
td.TdClassName
{
border-color: #BE118B;
}
.TagClassName
{
border-color: #BE118B;
}
</style>