Shades of Medium Violet Red #BE1A6B
Tints of Medium Violet Red #BE1A6B
RGB
CMYK
RGB Variations
Color information
#BE1A6B (or 0xBE1A6B) is known color: Medium Violet Red. HEX triplet: BE, 1A and 6B. RGB value is (190,26,107). Sum of RGB (Red+Green+Blue) = 190+26+107=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1A6B is #41E594. Grayscale: #545454. Windows color (decimal): -4318613 or 7019198. OLE color: 7019198.
HSL color Cylindrical-coordinate representation of color #BE1A6B: hue angle of 330.37º 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 #BE1A6B is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 26 | 107 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.25 |
| HSL | 330.37º | 0.76% | 0.42% | - |
| HSV(B) | 330.37º | 0.86% | 0.75% | - |
| XYZ | 24.26 | 12.75 | 15.09 | - |
| YUV | 84.27 | 140.83 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 107 | 0 | 0.86 | 0.44 | 0.25 | 330.37 | 0.76 | 0.42 |
| Hex | BE | 1A | 6B | 0 | 56 | 2C | 19 | 14A | 4C | 2A |
| Octal | 276 | 32 | 153 | 0 | 126 | 54 | 31 | 512 | 114 | 52 |
| Binary | 10111110 | 11010 | 1101011 | 0 | 1010110 | 101100 | 11001 | 101001010 | 1001100 | 101010 |
Color Harmonies of #BE1A6B
Complementary color
Monochromatic Colors of #BE1A6B
Black with #BE1A6B
Text Example
Text Example
White with #BE1A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1A6B; }
p { color: rgb(190,26,107); }
H1.HeaderClassName
{
color: #BE1A6B;
}
.AnyTagClassName
{
color: #BE1A6B;
}
</style>
background-color css
<style>
a { background-color: #BE1A6B; }
a { background-color: rgb(190,26,107); }
div.DivClassName
{
background-color: #BE1A6B;
}
.BgClassName
{
background-color: #BE1A6B;
}
</style>
border-color css
<style>
span { border-color: #BE1A6B; }
span { border-color: rgb(190,26,107); }
td.TdClassName
{
border-color: #BE1A6B;
}
.TagClassName
{
border-color: #BE1A6B;
}
</style>