Shades of Medium Violet Red #BE1272
Tints of Medium Violet Red #BE1272
RGB
CMYK
RGB Variations
Color information
#BE1272 (or 0xBE1272) is known color: Medium Violet Red. HEX triplet: BE, 12 and 72. RGB value is (190,18,114). Sum of RGB (Red+Green+Blue) = 190+18+114=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1272 is #41ED8D. Grayscale: #505050. Windows color (decimal): -4320654 or 7475902. OLE color: 7475902.
HSL color Cylindrical-coordinate representation of color #BE1272: hue angle of 326.51º 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 #BE1272 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 18 | 114 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.25 |
| HSL | 326.51º | 0.83% | 0.41% | - |
| HSV(B) | 326.51º | 0.91% | 0.75% | - |
| XYZ | 24.49 | 12.59 | 17.06 | - |
| YUV | 80.37 | 146.98 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 114 | 0 | 0.91 | 0.40 | 0.25 | 326.51 | 0.83 | 0.41 |
| Hex | BE | 12 | 72 | 0 | 5B | 28 | 19 | 147 | 53 | 29 |
| Octal | 276 | 22 | 162 | 0 | 133 | 50 | 31 | 507 | 123 | 51 |
| Binary | 10111110 | 10010 | 1110010 | 0 | 1011011 | 101000 | 11001 | 101000111 | 1010011 | 101001 |
Color Harmonies of #BE1272
Complementary color
Monochromatic Colors of #BE1272
Black with #BE1272
Text Example
Text Example
White with #BE1272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1272; }
p { color: rgb(190,18,114); }
H1.HeaderClassName
{
color: #BE1272;
}
.AnyTagClassName
{
color: #BE1272;
}
</style>
background-color css
<style>
a { background-color: #BE1272; }
a { background-color: rgb(190,18,114); }
div.DivClassName
{
background-color: #BE1272;
}
.BgClassName
{
background-color: #BE1272;
}
</style>
border-color css
<style>
span { border-color: #BE1272; }
span { border-color: rgb(190,18,114); }
td.TdClassName
{
border-color: #BE1272;
}
.TagClassName
{
border-color: #BE1272;
}
</style>