Shades of Medium Red Violet #BE2A8B
Tints of Medium Red Violet #BE2A8B
RGB
CMYK
RGB Variations
Color information
#BE2A8B (or 0xBE2A8B) is known color: Medium Red Violet. HEX triplet: BE, 2A and 8B. RGB value is (190,42,139). Sum of RGB (Red+Green+Blue) = 190+42+139=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2A8B is #41D574. Grayscale: #616161. Windows color (decimal): -4314485 or 9120446. OLE color: 9120446.
HSL color Cylindrical-coordinate representation of color #BE2A8B: hue angle of 320.68º 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 #BE2A8B is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 139 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.25 |
| HSL | 320.68º | 0.64% | 0.45% | - |
| HSV(B) | 320.68º | 0.78% | 0.75% | - |
| XYZ | 26.72 | 14.47 | 25.81 | - |
| YUV | 97.31 | 151.53 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 139 | 0 | 0.78 | 0.27 | 0.25 | 320.68 | 0.64 | 0.45 |
| Hex | BE | 2A | 8B | 0 | 4E | 1B | 19 | 141 | 40 | 2D |
| Octal | 276 | 52 | 213 | 0 | 116 | 33 | 31 | 501 | 100 | 55 |
| Binary | 10111110 | 101010 | 10001011 | 0 | 1001110 | 11011 | 11001 | 101000001 | 1000000 | 101101 |
Color Harmonies of #BE2A8B
Complementary color
Monochromatic Colors of #BE2A8B
Black with #BE2A8B
Text Example
Text Example
White with #BE2A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A8B; }
p { color: rgb(190,42,139); }
H1.HeaderClassName
{
color: #BE2A8B;
}
.AnyTagClassName
{
color: #BE2A8B;
}
</style>
background-color css
<style>
a { background-color: #BE2A8B; }
a { background-color: rgb(190,42,139); }
div.DivClassName
{
background-color: #BE2A8B;
}
.BgClassName
{
background-color: #BE2A8B;
}
</style>
border-color css
<style>
span { border-color: #BE2A8B; }
span { border-color: rgb(190,42,139); }
td.TdClassName
{
border-color: #BE2A8B;
}
.TagClassName
{
border-color: #BE2A8B;
}
</style>