Shades of Medium Violet Red #BE1B9A
Tints of Medium Violet Red #BE1B9A
RGB
CMYK
RGB Variations
Color information
#BE1B9A (or 0xBE1B9A) is known color: Medium Violet Red. HEX triplet: BE, 1B and 9A. RGB value is (190,27,154). Sum of RGB (Red+Green+Blue) = 190+27+154=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1B9A is #41E465. Grayscale: #595959. Windows color (decimal): -4318310 or 10099646. OLE color: 10099646.
HSL color Cylindrical-coordinate representation of color #BE1B9A: hue angle of 313.25º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1B9A is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 27 | 154 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.25 |
| HSL | 313.25º | 0.75% | 0.43% | - |
| HSV(B) | 313.25º | 0.86% | 0.75% | - |
| XYZ | 27.46 | 14.06 | 31.84 | - |
| YUV | 90.22 | 164 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 27 | 154 | 0 | 0.86 | 0.19 | 0.25 | 313.25 | 0.75 | 0.43 |
| Hex | BE | 1B | 9A | 0 | 56 | 13 | 19 | 139 | 4B | 2B |
| Octal | 276 | 33 | 232 | 0 | 126 | 23 | 31 | 471 | 113 | 53 |
| Binary | 10111110 | 11011 | 10011010 | 0 | 1010110 | 10011 | 11001 | 100111001 | 1001011 | 101011 |
Color Harmonies of #BE1B9A
Complementary color
Monochromatic Colors of #BE1B9A
Black with #BE1B9A
Text Example
Text Example
White with #BE1B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1B9A; }
p { color: rgb(190,27,154); }
H1.HeaderClassName
{
color: #BE1B9A;
}
.AnyTagClassName
{
color: #BE1B9A;
}
</style>
background-color css
<style>
a { background-color: #BE1B9A; }
a { background-color: rgb(190,27,154); }
div.DivClassName
{
background-color: #BE1B9A;
}
.BgClassName
{
background-color: #BE1B9A;
}
</style>
border-color css
<style>
span { border-color: #BE1B9A; }
span { border-color: rgb(190,27,154); }
td.TdClassName
{
border-color: #BE1B9A;
}
.TagClassName
{
border-color: #BE1B9A;
}
</style>