Shades of Medium Violet Red #BE1A8B
Tints of Medium Violet Red #BE1A8B
RGB
CMYK
RGB Variations
Color information
#BE1A8B (or 0xBE1A8B) is known color: Medium Violet Red. HEX triplet: BE, 1A and 8B. RGB value is (190,26,139). Sum of RGB (Red+Green+Blue) = 190+26+139=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1A8B is #41E574. Grayscale: #575757. Windows color (decimal): -4318581 or 9116350. OLE color: 9116350.
HSL color Cylindrical-coordinate representation of color #BE1A8B: hue angle of 318.66º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1A8B is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 26 | 139 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.25 |
| HSL | 318.66º | 0.76% | 0.42% | - |
| HSV(B) | 318.66º | 0.86% | 0.75% | - |
| XYZ | 26.26 | 13.55 | 25.66 | - |
| YUV | 87.92 | 156.83 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 139 | 0 | 0.86 | 0.27 | 0.25 | 318.66 | 0.76 | 0.42 |
| Hex | BE | 1A | 8B | 0 | 56 | 1B | 19 | 13F | 4C | 2A |
| Octal | 276 | 32 | 213 | 0 | 126 | 33 | 31 | 477 | 114 | 52 |
| Binary | 10111110 | 11010 | 10001011 | 0 | 1010110 | 11011 | 11001 | 100111111 | 1001100 | 101010 |
Color Harmonies of #BE1A8B
Complementary color
Monochromatic Colors of #BE1A8B
Black with #BE1A8B
Text Example
Text Example
White with #BE1A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1A8B; }
p { color: rgb(190,26,139); }
H1.HeaderClassName
{
color: #BE1A8B;
}
.AnyTagClassName
{
color: #BE1A8B;
}
</style>
background-color css
<style>
a { background-color: #BE1A8B; }
a { background-color: rgb(190,26,139); }
div.DivClassName
{
background-color: #BE1A8B;
}
.BgClassName
{
background-color: #BE1A8B;
}
</style>
border-color css
<style>
span { border-color: #BE1A8B; }
span { border-color: rgb(190,26,139); }
td.TdClassName
{
border-color: #BE1A8B;
}
.TagClassName
{
border-color: #BE1A8B;
}
</style>