Shades of Medium Violet Red #BE03A1
Tints of Medium Violet Red #BE03A1
RGB
CMYK
RGB Variations
Color information
#BE03A1 (or 0xBE03A1) is known color: Medium Violet Red. HEX triplet: BE, 03 and A1. RGB value is (190,3,161). Sum of RGB (Red+Green+Blue) = 190+3+161=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 161 (63.28% from 255 or 45.48% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE03A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE03A1 is #41FC5E. Grayscale: #4C4C4C. Windows color (decimal): -4324447 or 10552254. OLE color: 10552254.
HSL color Cylindrical-coordinate representation of color #BE03A1: hue angle of 309.3º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE03A1 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 3 | 161 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.25 |
| HSL | 309.3º | 0.97% | 0.38% | - |
| HSV(B) | 309.3º | 0.98% | 0.75% | - |
| XYZ | 27.7 | 13.59 | 34.88 | - |
| YUV | 76.93 | 175.45 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 161 | 0 | 0.98 | 0.15 | 0.25 | 309.3 | 0.97 | 0.38 |
| Hex | BE | 3 | A1 | 0 | 62 | F | 19 | 135 | 61 | 26 |
| Octal | 276 | 3 | 241 | 0 | 142 | 17 | 31 | 465 | 141 | 46 |
| Binary | 10111110 | 11 | 10100001 | 0 | 1100010 | 1111 | 11001 | 100110101 | 1100001 | 100110 |
Color Harmonies of #BE03A1
Complementary color
Monochromatic Colors of #BE03A1
Black with #BE03A1
Text Example
Text Example
White with #BE03A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE03A1; }
p { color: rgb(190,3,161); }
H1.HeaderClassName
{
color: #BE03A1;
}
.AnyTagClassName
{
color: #BE03A1;
}
</style>
background-color css
<style>
a { background-color: #BE03A1; }
a { background-color: rgb(190,3,161); }
div.DivClassName
{
background-color: #BE03A1;
}
.BgClassName
{
background-color: #BE03A1;
}
</style>
border-color css
<style>
span { border-color: #BE03A1; }
span { border-color: rgb(190,3,161); }
td.TdClassName
{
border-color: #BE03A1;
}
.TagClassName
{
border-color: #BE03A1;
}
</style>