Shades of Medium Violet Red #BE1392
Tints of Medium Violet Red #BE1392
RGB
CMYK
RGB Variations
Color information
#BE1392 (or 0xBE1392) is known color: Medium Violet Red. HEX triplet: BE, 13 and 92. RGB value is (190,19,146). Sum of RGB (Red+Green+Blue) = 190+19+146=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1392 is #41EC6D. Grayscale: #545454. Windows color (decimal): -4320366 or 9573310. OLE color: 9573310.
HSL color Cylindrical-coordinate representation of color #BE1392: hue angle of 315.44º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE1392 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 19 | 146 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.25 |
| HSL | 315.44º | 0.82% | 0.41% | - |
| HSV(B) | 315.44º | 0.9% | 0.75% | - |
| XYZ | 26.66 | 13.49 | 28.39 | - |
| YUV | 84.61 | 162.65 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 146 | 0 | 0.90 | 0.23 | 0.25 | 315.44 | 0.82 | 0.41 |
| Hex | BE | 13 | 92 | 0 | 5A | 17 | 19 | 13B | 52 | 29 |
| Octal | 276 | 23 | 222 | 0 | 132 | 27 | 31 | 473 | 122 | 51 |
| Binary | 10111110 | 10011 | 10010010 | 0 | 1011010 | 10111 | 11001 | 100111011 | 1010010 | 101001 |
Color Harmonies of #BE1392
Complementary color
Monochromatic Colors of #BE1392
Black with #BE1392
Text Example
Text Example
White with #BE1392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1392; }
p { color: rgb(190,19,146); }
H1.HeaderClassName
{
color: #BE1392;
}
.AnyTagClassName
{
color: #BE1392;
}
</style>
background-color css
<style>
a { background-color: #BE1392; }
a { background-color: rgb(190,19,146); }
div.DivClassName
{
background-color: #BE1392;
}
.BgClassName
{
background-color: #BE1392;
}
</style>
border-color css
<style>
span { border-color: #BE1392; }
span { border-color: rgb(190,19,146); }
td.TdClassName
{
border-color: #BE1392;
}
.TagClassName
{
border-color: #BE1392;
}
</style>