Shades of Medium Violet Red #BE00A2
Tints of Medium Violet Red #BE00A2
RGB
CMYK
RGB Variations
Color information
#BE00A2 (or 0xBE00A2) is known color: Medium Violet Red. HEX triplet: BE, 00 and A2. RGB value is (190,0,162). Sum of RGB (Red+Green+Blue) = 190+0+162=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE00A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE00A2 is #41FF5D. Grayscale: #4A4A4A. Windows color (decimal): -4325214 or 10617022. OLE color: 10617022.
HSL color Cylindrical-coordinate representation of color #BE00A2: hue angle of 308.84º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE00A2 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 162 | - |
| CMYK | 0 | 1 | 0.15 | 0.25 |
| HSL | 308.84º | 1% | 0.37% | - |
| HSV(B) | 308.84º | 1% | 0.75% | - |
| XYZ | 27.76 | 13.56 | 35.34 | - |
| YUV | 75.28 | 176.95 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 162 | 0 | 1 | 0.15 | 0.25 | 308.84 | 1 | 0.37 |
| Hex | BE | 0 | A2 | 0 | 64 | F | 19 | 135 | 64 | 25 |
| Octal | 276 | 0 | 242 | 0 | 144 | 17 | 31 | 465 | 144 | 45 |
| Binary | 10111110 | 0 | 10100010 | 0 | 1100100 | 1111 | 11001 | 100110101 | 1100100 | 100101 |
Color Harmonies of #BE00A2
Complementary color
Monochromatic Colors of #BE00A2
Black with #BE00A2
Text Example
Text Example
White with #BE00A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE00A2; }
p { color: rgb(190,0,162); }
H1.HeaderClassName
{
color: #BE00A2;
}
.AnyTagClassName
{
color: #BE00A2;
}
</style>
background-color css
<style>
a { background-color: #BE00A2; }
a { background-color: rgb(190,0,162); }
div.DivClassName
{
background-color: #BE00A2;
}
.BgClassName
{
background-color: #BE00A2;
}
</style>
border-color css
<style>
span { border-color: #BE00A2; }
span { border-color: rgb(190,0,162); }
td.TdClassName
{
border-color: #BE00A2;
}
.TagClassName
{
border-color: #BE00A2;
}
</style>