Shades of Medium Red Violet #BE2A6E
Tints of Medium Red Violet #BE2A6E
RGB
CMYK
RGB Variations
Color information
#BE2A6E (or 0xBE2A6E) is known color: Medium Red Violet. HEX triplet: BE, 2A and 6E. RGB value is (190,42,110). Sum of RGB (Red+Green+Blue) = 190+42+110=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A6E is #41D591. Grayscale: #5D5D5D. Windows color (decimal): -4314514 or 7219902. OLE color: 7219902.
HSL color Cylindrical-coordinate representation of color #BE2A6E: hue angle of 332.43º 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 #BE2A6E is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 110 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.25 |
| HSL | 332.43º | 0.64% | 0.45% | - |
| HSV(B) | 332.43º | 0.78% | 0.75% | - |
| XYZ | 24.88 | 13.73 | 16.09 | - |
| YUV | 94 | 137.03 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 110 | 0 | 0.78 | 0.42 | 0.25 | 332.43 | 0.64 | 0.45 |
| Hex | BE | 2A | 6E | 0 | 4E | 2A | 19 | 14C | 40 | 2D |
| Octal | 276 | 52 | 156 | 0 | 116 | 52 | 31 | 514 | 100 | 55 |
| Binary | 10111110 | 101010 | 1101110 | 0 | 1001110 | 101010 | 11001 | 101001100 | 1000000 | 101101 |
Color Harmonies of #BE2A6E
Complementary color
Monochromatic Colors of #BE2A6E
Black with #BE2A6E
Text Example
Text Example
White with #BE2A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A6E; }
p { color: rgb(190,42,110); }
H1.HeaderClassName
{
color: #BE2A6E;
}
.AnyTagClassName
{
color: #BE2A6E;
}
</style>
background-color css
<style>
a { background-color: #BE2A6E; }
a { background-color: rgb(190,42,110); }
div.DivClassName
{
background-color: #BE2A6E;
}
.BgClassName
{
background-color: #BE2A6E;
}
</style>
border-color css
<style>
span { border-color: #BE2A6E; }
span { border-color: rgb(190,42,110); }
td.TdClassName
{
border-color: #BE2A6E;
}
.TagClassName
{
border-color: #BE2A6E;
}
</style>