Shades of Medium Red Violet #BE2A6B
Tints of Medium Red Violet #BE2A6B
RGB
CMYK
RGB Variations
Color information
#BE2A6B (or 0xBE2A6B) is known color: Medium Red Violet. HEX triplet: BE, 2A and 6B. RGB value is (190,42,107). Sum of RGB (Red+Green+Blue) = 190+42+107=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A6B is #41D594. Grayscale: #5D5D5D. Windows color (decimal): -4314517 or 7023294. OLE color: 7023294.
HSL color Cylindrical-coordinate representation of color #BE2A6B: hue angle of 333.65º 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 #BE2A6B is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 107 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.25 |
| HSL | 333.65º | 0.64% | 0.45% | - |
| HSV(B) | 333.65º | 0.78% | 0.75% | - |
| XYZ | 24.72 | 13.66 | 15.24 | - |
| YUV | 93.66 | 135.53 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 107 | 0 | 0.78 | 0.44 | 0.25 | 333.65 | 0.64 | 0.45 |
| Hex | BE | 2A | 6B | 0 | 4E | 2C | 19 | 14E | 40 | 2D |
| Octal | 276 | 52 | 153 | 0 | 116 | 54 | 31 | 516 | 100 | 55 |
| Binary | 10111110 | 101010 | 1101011 | 0 | 1001110 | 101100 | 11001 | 101001110 | 1000000 | 101101 |
Color Harmonies of #BE2A6B
Complementary color
Monochromatic Colors of #BE2A6B
Black with #BE2A6B
Text Example
Text Example
White with #BE2A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A6B; }
p { color: rgb(190,42,107); }
H1.HeaderClassName
{
color: #BE2A6B;
}
.AnyTagClassName
{
color: #BE2A6B;
}
</style>
background-color css
<style>
a { background-color: #BE2A6B; }
a { background-color: rgb(190,42,107); }
div.DivClassName
{
background-color: #BE2A6B;
}
.BgClassName
{
background-color: #BE2A6B;
}
</style>
border-color css
<style>
span { border-color: #BE2A6B; }
span { border-color: rgb(190,42,107); }
td.TdClassName
{
border-color: #BE2A6B;
}
.TagClassName
{
border-color: #BE2A6B;
}
</style>