Shades of Medium Violet Red #BE1BAB
Tints of Medium Violet Red #BE1BAB
RGB
CMYK
RGB Variations
Color information
#BE1BAB (or 0xBE1BAB) is known color: Medium Violet Red. HEX triplet: BE, 1B and AB. RGB value is (190,27,171). Sum of RGB (Red+Green+Blue) = 190+27+171=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1BAB is #41E454. Grayscale: #5B5B5B. Windows color (decimal): -4318293 or 11213758. OLE color: 11213758.
HSL color Cylindrical-coordinate representation of color #BE1BAB: hue angle of 306.99º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1BAB is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 27 | 171 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.25 |
| HSL | 306.99º | 0.75% | 0.43% | - |
| HSV(B) | 306.99º | 0.86% | 0.75% | - |
| XYZ | 28.98 | 14.67 | 39.83 | - |
| YUV | 92.15 | 172.5 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 27 | 171 | 0 | 0.86 | 0.10 | 0.25 | 306.99 | 0.75 | 0.43 |
| Hex | BE | 1B | AB | 0 | 56 | A | 19 | 133 | 4B | 2B |
| Octal | 276 | 33 | 253 | 0 | 126 | 12 | 31 | 463 | 113 | 53 |
| Binary | 10111110 | 11011 | 10101011 | 0 | 1010110 | 1010 | 11001 | 100110011 | 1001011 | 101011 |
Color Harmonies of #BE1BAB
Complementary color
Monochromatic Colors of #BE1BAB
Black with #BE1BAB
Text Example
Text Example
White with #BE1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1BAB; }
p { color: rgb(190,27,171); }
H1.HeaderClassName
{
color: #BE1BAB;
}
.AnyTagClassName
{
color: #BE1BAB;
}
</style>
background-color css
<style>
a { background-color: #BE1BAB; }
a { background-color: rgb(190,27,171); }
div.DivClassName
{
background-color: #BE1BAB;
}
.BgClassName
{
background-color: #BE1BAB;
}
</style>
border-color css
<style>
span { border-color: #BE1BAB; }
span { border-color: rgb(190,27,171); }
td.TdClassName
{
border-color: #BE1BAB;
}
.TagClassName
{
border-color: #BE1BAB;
}
</style>