Shades of Medium Violet Red #BE1DAA
Tints of Medium Violet Red #BE1DAA
RGB
CMYK
RGB Variations
Color information
#BE1DAA (or 0xBE1DAA) is known color: Medium Violet Red. HEX triplet: BE, 1D and AA. RGB value is (190,29,170). Sum of RGB (Red+Green+Blue) = 190+29+170=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1DAA is #41E255. Grayscale: #5C5C5C. Windows color (decimal): -4317782 or 11148734. OLE color: 11148734.
HSL color Cylindrical-coordinate representation of color #BE1DAA: hue angle of 307.45º 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 #BE1DAA is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 29 | 170 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.25 |
| HSL | 307.45º | 0.74% | 0.43% | - |
| HSV(B) | 307.45º | 0.85% | 0.75% | - |
| XYZ | 28.93 | 14.73 | 39.35 | - |
| YUV | 93.21 | 171.34 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 29 | 170 | 0 | 0.85 | 0.11 | 0.25 | 307.45 | 0.74 | 0.43 |
| Hex | BE | 1D | AA | 0 | 55 | B | 19 | 133 | 4A | 2B |
| Octal | 276 | 35 | 252 | 0 | 125 | 13 | 31 | 463 | 112 | 53 |
| Binary | 10111110 | 11101 | 10101010 | 0 | 1010101 | 1011 | 11001 | 100110011 | 1001010 | 101011 |
Color Harmonies of #BE1DAA
Complementary color
Monochromatic Colors of #BE1DAA
Black with #BE1DAA
Text Example
Text Example
White with #BE1DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1DAA; }
p { color: rgb(190,29,170); }
H1.HeaderClassName
{
color: #BE1DAA;
}
.AnyTagClassName
{
color: #BE1DAA;
}
</style>
background-color css
<style>
a { background-color: #BE1DAA; }
a { background-color: rgb(190,29,170); }
div.DivClassName
{
background-color: #BE1DAA;
}
.BgClassName
{
background-color: #BE1DAA;
}
</style>
border-color css
<style>
span { border-color: #BE1DAA; }
span { border-color: rgb(190,29,170); }
td.TdClassName
{
border-color: #BE1DAA;
}
.TagClassName
{
border-color: #BE1DAA;
}
</style>