Shades of Medium Violet Red #BE00A1
Tints of Medium Violet Red #BE00A1
RGB
CMYK
RGB Variations
Color information
#BE00A1 (or 0xBE00A1) is known color: Medium Violet Red. HEX triplet: BE, 00 and A1. RGB value is (190,0,161). Sum of RGB (Red+Green+Blue) = 190+0+161=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE00A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE00A1 is #41FF5E. Grayscale: #4A4A4A. Windows color (decimal): -4325215 or 10551486. OLE color: 10551486.
HSL color Cylindrical-coordinate representation of color #BE00A1: hue angle of 309.16º 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 #BE00A1 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 161 | - |
| CMYK | 0 | 1 | 0.15 | 0.25 |
| HSL | 309.16º | 1% | 0.37% | - |
| HSV(B) | 309.16º | 1% | 0.75% | - |
| XYZ | 27.67 | 13.52 | 34.87 | - |
| YUV | 75.16 | 176.45 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 161 | 0 | 1 | 0.15 | 0.25 | 309.16 | 1 | 0.37 |
| Hex | BE | 0 | A1 | 0 | 64 | F | 19 | 135 | 64 | 25 |
| Octal | 276 | 0 | 241 | 0 | 144 | 17 | 31 | 465 | 144 | 45 |
| Binary | 10111110 | 0 | 10100001 | 0 | 1100100 | 1111 | 11001 | 100110101 | 1100100 | 100101 |
Color Harmonies of #BE00A1
Complementary color
Monochromatic Colors of #BE00A1
Black with #BE00A1
Text Example
Text Example
White with #BE00A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE00A1; }
p { color: rgb(190,0,161); }
H1.HeaderClassName
{
color: #BE00A1;
}
.AnyTagClassName
{
color: #BE00A1;
}
</style>
background-color css
<style>
a { background-color: #BE00A1; }
a { background-color: rgb(190,0,161); }
div.DivClassName
{
background-color: #BE00A1;
}
.BgClassName
{
background-color: #BE00A1;
}
</style>
border-color css
<style>
span { border-color: #BE00A1; }
span { border-color: rgb(190,0,161); }
td.TdClassName
{
border-color: #BE00A1;
}
.TagClassName
{
border-color: #BE00A1;
}
</style>