Shades of Medium Red Violet #BE286E
Tints of Medium Red Violet #BE286E
RGB
CMYK
RGB Variations
Color information
#BE286E (or 0xBE286E) is known color: Medium Red Violet. HEX triplet: BE, 28 and 6E. RGB value is (190,40,110). Sum of RGB (Red+Green+Blue) = 190+40+110=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE286E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE286E is #41D791. Grayscale: #5C5C5C. Windows color (decimal): -4315026 or 7219390. OLE color: 7219390.
HSL color Cylindrical-coordinate representation of color #BE286E: hue angle of 332º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE286E is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 40 | 110 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.25 |
| HSL | 332º | 0.65% | 0.45% | - |
| HSV(B) | 332º | 0.79% | 0.75% | - |
| XYZ | 24.81 | 13.59 | 16.07 | - |
| YUV | 92.83 | 137.7 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 110 | 0 | 0.79 | 0.42 | 0.25 | 332 | 0.65 | 0.45 |
| Hex | BE | 28 | 6E | 0 | 4F | 2A | 19 | 14C | 41 | 2D |
| Octal | 276 | 50 | 156 | 0 | 117 | 52 | 31 | 514 | 101 | 55 |
| Binary | 10111110 | 101000 | 1101110 | 0 | 1001111 | 101010 | 11001 | 101001100 | 1000001 | 101101 |
Color Harmonies of #BE286E
Complementary color
Monochromatic Colors of #BE286E
Black with #BE286E
Text Example
Text Example
White with #BE286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE286E; }
p { color: rgb(190,40,110); }
H1.HeaderClassName
{
color: #BE286E;
}
.AnyTagClassName
{
color: #BE286E;
}
</style>
background-color css
<style>
a { background-color: #BE286E; }
a { background-color: rgb(190,40,110); }
div.DivClassName
{
background-color: #BE286E;
}
.BgClassName
{
background-color: #BE286E;
}
</style>
border-color css
<style>
span { border-color: #BE286E; }
span { border-color: rgb(190,40,110); }
td.TdClassName
{
border-color: #BE286E;
}
.TagClassName
{
border-color: #BE286E;
}
</style>