Shades of Medium Violet Red #BE1271
Tints of Medium Violet Red #BE1271
RGB
CMYK
RGB Variations
Color information
#BE1271 (or 0xBE1271) is known color: Medium Violet Red. HEX triplet: BE, 12 and 71. RGB value is (190,18,113). Sum of RGB (Red+Green+Blue) = 190+18+113=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1271 is #41ED8E. Grayscale: #505050. Windows color (decimal): -4320655 or 7410366. OLE color: 7410366.
HSL color Cylindrical-coordinate representation of color #BE1271: hue angle of 326.86º 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 #BE1271 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 18 | 113 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.25 |
| HSL | 326.86º | 0.83% | 0.41% | - |
| HSV(B) | 326.86º | 0.91% | 0.75% | - |
| XYZ | 24.43 | 12.57 | 16.76 | - |
| YUV | 80.26 | 146.48 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 113 | 0 | 0.91 | 0.41 | 0.25 | 326.86 | 0.83 | 0.41 |
| Hex | BE | 12 | 71 | 0 | 5B | 29 | 19 | 147 | 53 | 29 |
| Octal | 276 | 22 | 161 | 0 | 133 | 51 | 31 | 507 | 123 | 51 |
| Binary | 10111110 | 10010 | 1110001 | 0 | 1011011 | 101001 | 11001 | 101000111 | 1010011 | 101001 |
Color Harmonies of #BE1271
Complementary color
Monochromatic Colors of #BE1271
Black with #BE1271
Text Example
Text Example
White with #BE1271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1271; }
p { color: rgb(190,18,113); }
H1.HeaderClassName
{
color: #BE1271;
}
.AnyTagClassName
{
color: #BE1271;
}
</style>
background-color css
<style>
a { background-color: #BE1271; }
a { background-color: rgb(190,18,113); }
div.DivClassName
{
background-color: #BE1271;
}
.BgClassName
{
background-color: #BE1271;
}
</style>
border-color css
<style>
span { border-color: #BE1271; }
span { border-color: rgb(190,18,113); }
td.TdClassName
{
border-color: #BE1271;
}
.TagClassName
{
border-color: #BE1271;
}
</style>