Shades of Medium Violet Red #BE1B9B
Tints of Medium Violet Red #BE1B9B
RGB
CMYK
RGB Variations
Color information
#BE1B9B (or 0xBE1B9B) is known color: Medium Violet Red. HEX triplet: BE, 1B and 9B. RGB value is (190,27,155). Sum of RGB (Red+Green+Blue) = 190+27+155=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1B9B is #41E464. Grayscale: #595959. Windows color (decimal): -4318309 or 10165182. OLE color: 10165182.
HSL color Cylindrical-coordinate representation of color #BE1B9B: hue angle of 312.88º 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 #BE1B9B is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 27 | 155 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.25 |
| HSL | 312.88º | 0.75% | 0.43% | - |
| HSV(B) | 312.88º | 0.86% | 0.75% | - |
| XYZ | 27.54 | 14.1 | 32.28 | - |
| YUV | 90.33 | 164.5 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 27 | 155 | 0 | 0.86 | 0.18 | 0.25 | 312.88 | 0.75 | 0.43 |
| Hex | BE | 1B | 9B | 0 | 56 | 12 | 19 | 139 | 4B | 2B |
| Octal | 276 | 33 | 233 | 0 | 126 | 22 | 31 | 471 | 113 | 53 |
| Binary | 10111110 | 11011 | 10011011 | 0 | 1010110 | 10010 | 11001 | 100111001 | 1001011 | 101011 |
Color Harmonies of #BE1B9B
Complementary color
Monochromatic Colors of #BE1B9B
Black with #BE1B9B
Text Example
Text Example
White with #BE1B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1B9B; }
p { color: rgb(190,27,155); }
H1.HeaderClassName
{
color: #BE1B9B;
}
.AnyTagClassName
{
color: #BE1B9B;
}
</style>
background-color css
<style>
a { background-color: #BE1B9B; }
a { background-color: rgb(190,27,155); }
div.DivClassName
{
background-color: #BE1B9B;
}
.BgClassName
{
background-color: #BE1B9B;
}
</style>
border-color css
<style>
span { border-color: #BE1B9B; }
span { border-color: rgb(190,27,155); }
td.TdClassName
{
border-color: #BE1B9B;
}
.TagClassName
{
border-color: #BE1B9B;
}
</style>