Shades of Medium Violet Red #BE1281
Tints of Medium Violet Red #BE1281
RGB
CMYK
RGB Variations
Color information
#BE1281 (or 0xBE1281) is known color: Medium Violet Red. HEX triplet: BE, 12 and 81. RGB value is (190,18,129). Sum of RGB (Red+Green+Blue) = 190+18+129=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1281 is #41ED7E. Grayscale: #515151. Windows color (decimal): -4320639 or 8458942. OLE color: 8458942.
HSL color Cylindrical-coordinate representation of color #BE1281: hue angle of 321.28º degrees, saturation: 0.83, 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 #BE1281 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 18 | 129 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.25 |
| HSL | 321.28º | 0.83% | 0.41% | - |
| HSV(B) | 321.28º | 0.91% | 0.75% | - |
| XYZ | 25.41 | 12.96 | 21.93 | - |
| YUV | 82.08 | 154.48 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 129 | 0 | 0.91 | 0.32 | 0.25 | 321.28 | 0.83 | 0.41 |
| Hex | BE | 12 | 81 | 0 | 5B | 20 | 19 | 141 | 53 | 29 |
| Octal | 276 | 22 | 201 | 0 | 133 | 40 | 31 | 501 | 123 | 51 |
| Binary | 10111110 | 10010 | 10000001 | 0 | 1011011 | 100000 | 11001 | 101000001 | 1010011 | 101001 |
Color Harmonies of #BE1281
Complementary color
Monochromatic Colors of #BE1281
Black with #BE1281
Text Example
Text Example
White with #BE1281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1281; }
p { color: rgb(190,18,129); }
H1.HeaderClassName
{
color: #BE1281;
}
.AnyTagClassName
{
color: #BE1281;
}
</style>
background-color css
<style>
a { background-color: #BE1281; }
a { background-color: rgb(190,18,129); }
div.DivClassName
{
background-color: #BE1281;
}
.BgClassName
{
background-color: #BE1281;
}
</style>
border-color css
<style>
span { border-color: #BE1281; }
span { border-color: rgb(190,18,129); }
td.TdClassName
{
border-color: #BE1281;
}
.TagClassName
{
border-color: #BE1281;
}
</style>