Shades of Medium Violet Red #BE1C9A
Tints of Medium Violet Red #BE1C9A
RGB
CMYK
RGB Variations
Color information
#BE1C9A (or 0xBE1C9A) is known color: Medium Violet Red. HEX triplet: BE, 1C and 9A. RGB value is (190,28,154). Sum of RGB (Red+Green+Blue) = 190+28+154=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1C9A is #41E365. Grayscale: #5A5A5A. Windows color (decimal): -4318054 or 10099902. OLE color: 10099902.
HSL color Cylindrical-coordinate representation of color #BE1C9A: hue angle of 313.33º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE1C9A is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 28 | 154 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.25 |
| HSL | 313.33º | 0.74% | 0.43% | - |
| HSV(B) | 313.33º | 0.85% | 0.75% | - |
| XYZ | 27.48 | 14.11 | 31.85 | - |
| YUV | 90.8 | 163.67 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 28 | 154 | 0 | 0.85 | 0.19 | 0.25 | 313.33 | 0.74 | 0.43 |
| Hex | BE | 1C | 9A | 0 | 55 | 13 | 19 | 139 | 4A | 2B |
| Octal | 276 | 34 | 232 | 0 | 125 | 23 | 31 | 471 | 112 | 53 |
| Binary | 10111110 | 11100 | 10011010 | 0 | 1010101 | 10011 | 11001 | 100111001 | 1001010 | 101011 |
Color Harmonies of #BE1C9A
Complementary color
Monochromatic Colors of #BE1C9A
Black with #BE1C9A
Text Example
Text Example
White with #BE1C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1C9A; }
p { color: rgb(190,28,154); }
H1.HeaderClassName
{
color: #BE1C9A;
}
.AnyTagClassName
{
color: #BE1C9A;
}
</style>
background-color css
<style>
a { background-color: #BE1C9A; }
a { background-color: rgb(190,28,154); }
div.DivClassName
{
background-color: #BE1C9A;
}
.BgClassName
{
background-color: #BE1C9A;
}
</style>
border-color css
<style>
span { border-color: #BE1C9A; }
span { border-color: rgb(190,28,154); }
td.TdClassName
{
border-color: #BE1C9A;
}
.TagClassName
{
border-color: #BE1C9A;
}
</style>