Shades of Medium Violet Red #BE128D
Tints of Medium Violet Red #BE128D
RGB
CMYK
RGB Variations
Color information
#BE128D (or 0xBE128D) is known color: Medium Violet Red. HEX triplet: BE, 12 and 8D. RGB value is (190,18,141). Sum of RGB (Red+Green+Blue) = 190+18+141=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE128D is #41ED72. Grayscale: #535353. Windows color (decimal): -4320627 or 9245374. OLE color: 9245374.
HSL color Cylindrical-coordinate representation of color #BE128D: hue angle of 317.09º degrees, saturation: 0.83, 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 #BE128D is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 18 | 141 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.25 |
| HSL | 317.09º | 0.83% | 0.41% | - |
| HSV(B) | 317.09º | 0.91% | 0.75% | - |
| XYZ | 26.26 | 13.3 | 26.38 | - |
| YUV | 83.45 | 160.48 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 141 | 0 | 0.91 | 0.26 | 0.25 | 317.09 | 0.83 | 0.41 |
| Hex | BE | 12 | 8D | 0 | 5B | 1A | 19 | 13D | 53 | 29 |
| Octal | 276 | 22 | 215 | 0 | 133 | 32 | 31 | 475 | 123 | 51 |
| Binary | 10111110 | 10010 | 10001101 | 0 | 1011011 | 11010 | 11001 | 100111101 | 1010011 | 101001 |
Color Harmonies of #BE128D
Complementary color
Monochromatic Colors of #BE128D
Black with #BE128D
Text Example
Text Example
White with #BE128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE128D; }
p { color: rgb(190,18,141); }
H1.HeaderClassName
{
color: #BE128D;
}
.AnyTagClassName
{
color: #BE128D;
}
</style>
background-color css
<style>
a { background-color: #BE128D; }
a { background-color: rgb(190,18,141); }
div.DivClassName
{
background-color: #BE128D;
}
.BgClassName
{
background-color: #BE128D;
}
</style>
border-color css
<style>
span { border-color: #BE128D; }
span { border-color: rgb(190,18,141); }
td.TdClassName
{
border-color: #BE128D;
}
.TagClassName
{
border-color: #BE128D;
}
</style>