Shades of Medium Red Violet #BE288D
Tints of Medium Red Violet #BE288D
RGB
CMYK
RGB Variations
Color information
#BE288D (or 0xBE288D) is known color: Medium Red Violet. HEX triplet: BE, 28 and 8D. RGB value is (190,40,141). Sum of RGB (Red+Green+Blue) = 190+40+141=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE288D is #41D772. Grayscale: #606060. Windows color (decimal): -4314995 or 9251006. OLE color: 9251006.
HSL color Cylindrical-coordinate representation of color #BE288D: hue angle of 319.6º 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 #BE288D is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 40 | 141 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.25 |
| HSL | 319.6º | 0.65% | 0.45% | - |
| HSV(B) | 319.6º | 0.79% | 0.75% | - |
| XYZ | 26.8 | 14.39 | 26.56 | - |
| YUV | 96.36 | 153.2 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 141 | 0 | 0.79 | 0.26 | 0.25 | 319.6 | 0.65 | 0.45 |
| Hex | BE | 28 | 8D | 0 | 4F | 1A | 19 | 140 | 41 | 2D |
| Octal | 276 | 50 | 215 | 0 | 117 | 32 | 31 | 500 | 101 | 55 |
| Binary | 10111110 | 101000 | 10001101 | 0 | 1001111 | 11010 | 11001 | 101000000 | 1000001 | 101101 |
Color Harmonies of #BE288D
Complementary color
Monochromatic Colors of #BE288D
Black with #BE288D
Text Example
Text Example
White with #BE288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE288D; }
p { color: rgb(190,40,141); }
H1.HeaderClassName
{
color: #BE288D;
}
.AnyTagClassName
{
color: #BE288D;
}
</style>
background-color css
<style>
a { background-color: #BE288D; }
a { background-color: rgb(190,40,141); }
div.DivClassName
{
background-color: #BE288D;
}
.BgClassName
{
background-color: #BE288D;
}
</style>
border-color css
<style>
span { border-color: #BE288D; }
span { border-color: rgb(190,40,141); }
td.TdClassName
{
border-color: #BE288D;
}
.TagClassName
{
border-color: #BE288D;
}
</style>