Shades of Medium Violet Red #BE1DAC
Tints of Medium Violet Red #BE1DAC
RGB
CMYK
RGB Variations
Color information
#BE1DAC (or 0xBE1DAC) is known color: Medium Violet Red. HEX triplet: BE, 1D and AC. RGB value is (190,29,172). Sum of RGB (Red+Green+Blue) = 190+29+172=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1DAC is #41E253. Grayscale: #5D5D5D. Windows color (decimal): -4317780 or 11279806. OLE color: 11279806.
HSL color Cylindrical-coordinate representation of color #BE1DAC: hue angle of 306.71º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE1DAC is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 29 | 172 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.25 |
| HSL | 306.71º | 0.74% | 0.43% | - |
| HSV(B) | 306.71º | 0.85% | 0.75% | - |
| XYZ | 29.12 | 14.8 | 40.35 | - |
| YUV | 93.44 | 172.34 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 29 | 172 | 0 | 0.85 | 0.09 | 0.25 | 306.71 | 0.74 | 0.43 |
| Hex | BE | 1D | AC | 0 | 55 | 9 | 19 | 133 | 4A | 2B |
| Octal | 276 | 35 | 254 | 0 | 125 | 11 | 31 | 463 | 112 | 53 |
| Binary | 10111110 | 11101 | 10101100 | 0 | 1010101 | 1001 | 11001 | 100110011 | 1001010 | 101011 |
Color Harmonies of #BE1DAC
Complementary color
Monochromatic Colors of #BE1DAC
Black with #BE1DAC
Text Example
Text Example
White with #BE1DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1DAC; }
p { color: rgb(190,29,172); }
H1.HeaderClassName
{
color: #BE1DAC;
}
.AnyTagClassName
{
color: #BE1DAC;
}
</style>
background-color css
<style>
a { background-color: #BE1DAC; }
a { background-color: rgb(190,29,172); }
div.DivClassName
{
background-color: #BE1DAC;
}
.BgClassName
{
background-color: #BE1DAC;
}
</style>
border-color css
<style>
span { border-color: #BE1DAC; }
span { border-color: rgb(190,29,172); }
td.TdClassName
{
border-color: #BE1DAC;
}
.TagClassName
{
border-color: #BE1DAC;
}
</style>