Shades of Medium Violet Red #BE136E
Tints of Medium Violet Red #BE136E
RGB
CMYK
RGB Variations
Color information
#BE136E (or 0xBE136E) is known color: Medium Violet Red. HEX triplet: BE, 13 and 6E. RGB value is (190,19,110). Sum of RGB (Red+Green+Blue) = 190+19+110=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE136E is #41EC91. Grayscale: #505050. Windows color (decimal): -4320402 or 7214014. OLE color: 7214014.
HSL color Cylindrical-coordinate representation of color #BE136E: hue angle of 328.07º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE136E is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 19 | 110 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.25 |
| HSL | 328.07º | 0.82% | 0.41% | - |
| HSV(B) | 328.07º | 0.9% | 0.75% | - |
| XYZ | 24.28 | 12.54 | 15.89 | - |
| YUV | 80.5 | 144.65 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 110 | 0 | 0.90 | 0.42 | 0.25 | 328.07 | 0.82 | 0.41 |
| Hex | BE | 13 | 6E | 0 | 5A | 2A | 19 | 148 | 52 | 29 |
| Octal | 276 | 23 | 156 | 0 | 132 | 52 | 31 | 510 | 122 | 51 |
| Binary | 10111110 | 10011 | 1101110 | 0 | 1011010 | 101010 | 11001 | 101001000 | 1010010 | 101001 |
Color Harmonies of #BE136E
Complementary color
Monochromatic Colors of #BE136E
Black with #BE136E
Text Example
Text Example
White with #BE136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE136E; }
p { color: rgb(190,19,110); }
H1.HeaderClassName
{
color: #BE136E;
}
.AnyTagClassName
{
color: #BE136E;
}
</style>
background-color css
<style>
a { background-color: #BE136E; }
a { background-color: rgb(190,19,110); }
div.DivClassName
{
background-color: #BE136E;
}
.BgClassName
{
background-color: #BE136E;
}
</style>
border-color css
<style>
span { border-color: #BE136E; }
span { border-color: rgb(190,19,110); }
td.TdClassName
{
border-color: #BE136E;
}
.TagClassName
{
border-color: #BE136E;
}
</style>