Shades of Medium Red Violet #BE2A6D
Tints of Medium Red Violet #BE2A6D
RGB
CMYK
RGB Variations
Color information
#BE2A6D (or 0xBE2A6D) is known color: Medium Red Violet. HEX triplet: BE, 2A and 6D. RGB value is (190,42,109). Sum of RGB (Red+Green+Blue) = 190+42+109=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A6D is #41D592. Grayscale: #5D5D5D. Windows color (decimal): -4314515 or 7154366. OLE color: 7154366.
HSL color Cylindrical-coordinate representation of color #BE2A6D: hue angle of 332.84º 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 #BE2A6D is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 109 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.25 |
| HSL | 332.84º | 0.64% | 0.45% | - |
| HSV(B) | 332.84º | 0.78% | 0.75% | - |
| XYZ | 24.82 | 13.71 | 15.81 | - |
| YUV | 93.89 | 136.53 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 109 | 0 | 0.78 | 0.43 | 0.25 | 332.84 | 0.64 | 0.45 |
| Hex | BE | 2A | 6D | 0 | 4E | 2B | 19 | 14D | 40 | 2D |
| Octal | 276 | 52 | 155 | 0 | 116 | 53 | 31 | 515 | 100 | 55 |
| Binary | 10111110 | 101010 | 1101101 | 0 | 1001110 | 101011 | 11001 | 101001101 | 1000000 | 101101 |
Color Harmonies of #BE2A6D
Complementary color
Monochromatic Colors of #BE2A6D
Black with #BE2A6D
Text Example
Text Example
White with #BE2A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A6D; }
p { color: rgb(190,42,109); }
H1.HeaderClassName
{
color: #BE2A6D;
}
.AnyTagClassName
{
color: #BE2A6D;
}
</style>
background-color css
<style>
a { background-color: #BE2A6D; }
a { background-color: rgb(190,42,109); }
div.DivClassName
{
background-color: #BE2A6D;
}
.BgClassName
{
background-color: #BE2A6D;
}
</style>
border-color css
<style>
span { border-color: #BE2A6D; }
span { border-color: rgb(190,42,109); }
td.TdClassName
{
border-color: #BE2A6D;
}
.TagClassName
{
border-color: #BE2A6D;
}
</style>