Shades of Medium Violet Red #BE11A2
Tints of Medium Violet Red #BE11A2
RGB
CMYK
RGB Variations
Color information
#BE11A2 (or 0xBE11A2) is known color: Medium Violet Red. HEX triplet: BE, 11 and A2. RGB value is (190,17,162). Sum of RGB (Red+Green+Blue) = 190+17+162=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE11A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE11A2 is #41EE5D. Grayscale: #545454. Windows color (decimal): -4320862 or 10621374. OLE color: 10621374.
HSL color Cylindrical-coordinate representation of color #BE11A2: hue angle of 309.71º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE11A2 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 17 | 162 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.25 |
| HSL | 309.71º | 0.84% | 0.41% | - |
| HSV(B) | 309.71º | 0.91% | 0.75% | - |
| XYZ | 27.96 | 13.96 | 35.4 | - |
| YUV | 85.26 | 171.31 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 17 | 162 | 0 | 0.91 | 0.15 | 0.25 | 309.71 | 0.84 | 0.41 |
| Hex | BE | 11 | A2 | 0 | 5B | F | 19 | 136 | 54 | 29 |
| Octal | 276 | 21 | 242 | 0 | 133 | 17 | 31 | 466 | 124 | 51 |
| Binary | 10111110 | 10001 | 10100010 | 0 | 1011011 | 1111 | 11001 | 100110110 | 1010100 | 101001 |
Color Harmonies of #BE11A2
Complementary color
Monochromatic Colors of #BE11A2
Black with #BE11A2
Text Example
Text Example
White with #BE11A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE11A2; }
p { color: rgb(190,17,162); }
H1.HeaderClassName
{
color: #BE11A2;
}
.AnyTagClassName
{
color: #BE11A2;
}
</style>
background-color css
<style>
a { background-color: #BE11A2; }
a { background-color: rgb(190,17,162); }
div.DivClassName
{
background-color: #BE11A2;
}
.BgClassName
{
background-color: #BE11A2;
}
</style>
border-color css
<style>
span { border-color: #BE11A2; }
span { border-color: rgb(190,17,162); }
td.TdClassName
{
border-color: #BE11A2;
}
.TagClassName
{
border-color: #BE11A2;
}
</style>