Shades of Medium Red Violet #BE2A6F
Tints of Medium Red Violet #BE2A6F
RGB
CMYK
RGB Variations
Color information
#BE2A6F (or 0xBE2A6F) is known color: Medium Red Violet. HEX triplet: BE, 2A and 6F. RGB value is (190,42,111). Sum of RGB (Red+Green+Blue) = 190+42+111=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A6F is #41D590. Grayscale: #5D5D5D. Windows color (decimal): -4314513 or 7285438. OLE color: 7285438.
HSL color Cylindrical-coordinate representation of color #BE2A6F: hue angle of 332.03º 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 #BE2A6F is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 111 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.25 |
| HSL | 332.03º | 0.64% | 0.45% | - |
| HSV(B) | 332.03º | 0.78% | 0.75% | - |
| XYZ | 24.93 | 13.75 | 16.38 | - |
| YUV | 94.12 | 137.53 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 111 | 0 | 0.78 | 0.42 | 0.25 | 332.03 | 0.64 | 0.45 |
| Hex | BE | 2A | 6F | 0 | 4E | 2A | 19 | 14C | 40 | 2D |
| Octal | 276 | 52 | 157 | 0 | 116 | 52 | 31 | 514 | 100 | 55 |
| Binary | 10111110 | 101010 | 1101111 | 0 | 1001110 | 101010 | 11001 | 101001100 | 1000000 | 101101 |
Color Harmonies of #BE2A6F
Complementary color
Monochromatic Colors of #BE2A6F
Black with #BE2A6F
Text Example
Text Example
White with #BE2A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A6F; }
p { color: rgb(190,42,111); }
H1.HeaderClassName
{
color: #BE2A6F;
}
.AnyTagClassName
{
color: #BE2A6F;
}
</style>
background-color css
<style>
a { background-color: #BE2A6F; }
a { background-color: rgb(190,42,111); }
div.DivClassName
{
background-color: #BE2A6F;
}
.BgClassName
{
background-color: #BE2A6F;
}
</style>
border-color css
<style>
span { border-color: #BE2A6F; }
span { border-color: rgb(190,42,111); }
td.TdClassName
{
border-color: #BE2A6F;
}
.TagClassName
{
border-color: #BE2A6F;
}
</style>