Shades of Medium Red Violet #BE2A9B
Tints of Medium Red Violet #BE2A9B
RGB
CMYK
RGB Variations
Color information
#BE2A9B (or 0xBE2A9B) is known color: Medium Red Violet. HEX triplet: BE, 2A and 9B. RGB value is (190,42,155). Sum of RGB (Red+Green+Blue) = 190+42+155=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2A9B is #41D564. Grayscale: #626262. Windows color (decimal): -4314469 or 10169022. OLE color: 10169022.
HSL color Cylindrical-coordinate representation of color #BE2A9B: hue angle of 314.19º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2A9B is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 155 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.25 |
| HSL | 314.19º | 0.64% | 0.45% | - |
| HSV(B) | 314.19º | 0.78% | 0.75% | - |
| XYZ | 27.98 | 14.97 | 32.43 | - |
| YUV | 99.13 | 159.53 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 155 | 0 | 0.78 | 0.18 | 0.25 | 314.19 | 0.64 | 0.45 |
| Hex | BE | 2A | 9B | 0 | 4E | 12 | 19 | 13A | 40 | 2D |
| Octal | 276 | 52 | 233 | 0 | 116 | 22 | 31 | 472 | 100 | 55 |
| Binary | 10111110 | 101010 | 10011011 | 0 | 1001110 | 10010 | 11001 | 100111010 | 1000000 | 101101 |
Color Harmonies of #BE2A9B
Complementary color
Monochromatic Colors of #BE2A9B
Black with #BE2A9B
Text Example
Text Example
White with #BE2A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A9B; }
p { color: rgb(190,42,155); }
H1.HeaderClassName
{
color: #BE2A9B;
}
.AnyTagClassName
{
color: #BE2A9B;
}
</style>
background-color css
<style>
a { background-color: #BE2A9B; }
a { background-color: rgb(190,42,155); }
div.DivClassName
{
background-color: #BE2A9B;
}
.BgClassName
{
background-color: #BE2A9B;
}
</style>
border-color css
<style>
span { border-color: #BE2A9B; }
span { border-color: rgb(190,42,155); }
td.TdClassName
{
border-color: #BE2A9B;
}
.TagClassName
{
border-color: #BE2A9B;
}
</style>