Shades of Medium Violet Red #BE137B
Tints of Medium Violet Red #BE137B
RGB
CMYK
RGB Variations
Color information
#BE137B (or 0xBE137B) is known color: Medium Violet Red. HEX triplet: BE, 13 and 7B. RGB value is (190,19,123). Sum of RGB (Red+Green+Blue) = 190+19+123=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE137B is #41EC84. Grayscale: #515151. Windows color (decimal): -4320389 or 8065982. OLE color: 8065982.
HSL color Cylindrical-coordinate representation of color #BE137B: hue angle of 323.51º 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 #BE137B is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 19 | 123 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.25 |
| HSL | 323.51º | 0.82% | 0.41% | - |
| HSV(B) | 323.51º | 0.9% | 0.75% | - |
| XYZ | 25.04 | 12.84 | 19.9 | - |
| YUV | 81.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 123 | 0 | 0.90 | 0.35 | 0.25 | 323.51 | 0.82 | 0.41 |
| Hex | BE | 13 | 7B | 0 | 5A | 23 | 19 | 144 | 52 | 29 |
| Octal | 276 | 23 | 173 | 0 | 132 | 43 | 31 | 504 | 122 | 51 |
| Binary | 10111110 | 10011 | 1111011 | 0 | 1011010 | 100011 | 11001 | 101000100 | 1010010 | 101001 |
Color Harmonies of #BE137B
Complementary color
Monochromatic Colors of #BE137B
Black with #BE137B
Text Example
Text Example
White with #BE137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE137B; }
p { color: rgb(190,19,123); }
H1.HeaderClassName
{
color: #BE137B;
}
.AnyTagClassName
{
color: #BE137B;
}
</style>
background-color css
<style>
a { background-color: #BE137B; }
a { background-color: rgb(190,19,123); }
div.DivClassName
{
background-color: #BE137B;
}
.BgClassName
{
background-color: #BE137B;
}
</style>
border-color css
<style>
span { border-color: #BE137B; }
span { border-color: rgb(190,19,123); }
td.TdClassName
{
border-color: #BE137B;
}
.TagClassName
{
border-color: #BE137B;
}
</style>