Shades of Medium Violet Red #BE0BA3
Tints of Medium Violet Red #BE0BA3
RGB
CMYK
RGB Variations
Color information
#BE0BA3 (or 0xBE0BA3) is known color: Medium Violet Red. HEX triplet: BE, 0B and A3. RGB value is (190,11,163). Sum of RGB (Red+Green+Blue) = 190+11+163=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 163 (64.06% from 255 or 44.78% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0BA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0BA3 is #41F45C. Grayscale: #515151. Windows color (decimal): -4322397 or 10685374. OLE color: 10685374.
HSL color Cylindrical-coordinate representation of color #BE0BA3: hue angle of 309.05º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0BA3 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 11 | 163 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.25 |
| HSL | 309.05º | 0.89% | 0.39% | - |
| HSV(B) | 309.05º | 0.94% | 0.75% | - |
| XYZ | 27.97 | 13.83 | 35.85 | - |
| YUV | 81.85 | 173.8 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 163 | 0 | 0.94 | 0.14 | 0.25 | 309.05 | 0.89 | 0.39 |
| Hex | BE | B | A3 | 0 | 5E | E | 19 | 135 | 59 | 27 |
| Octal | 276 | 13 | 243 | 0 | 136 | 16 | 31 | 465 | 131 | 47 |
| Binary | 10111110 | 1011 | 10100011 | 0 | 1011110 | 1110 | 11001 | 100110101 | 1011001 | 100111 |
Color Harmonies of #BE0BA3
Complementary color
Monochromatic Colors of #BE0BA3
Black with #BE0BA3
Text Example
Text Example
White with #BE0BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0BA3; }
p { color: rgb(190,11,163); }
H1.HeaderClassName
{
color: #BE0BA3;
}
.AnyTagClassName
{
color: #BE0BA3;
}
</style>
background-color css
<style>
a { background-color: #BE0BA3; }
a { background-color: rgb(190,11,163); }
div.DivClassName
{
background-color: #BE0BA3;
}
.BgClassName
{
background-color: #BE0BA3;
}
</style>
border-color css
<style>
span { border-color: #BE0BA3; }
span { border-color: rgb(190,11,163); }
td.TdClassName
{
border-color: #BE0BA3;
}
.TagClassName
{
border-color: #BE0BA3;
}
</style>