Shades of Medium Red Violet #BE28AA
Tints of Medium Red Violet #BE28AA
RGB
CMYK
RGB Variations
Color information
#BE28AA (or 0xBE28AA) is known color: Medium Red Violet. HEX triplet: BE, 28 and AA. RGB value is (190,40,170). Sum of RGB (Red+Green+Blue) = 190+40+170=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE28AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE28AA is #41D755. Grayscale: #636363. Windows color (decimal): -4314966 or 11151550. OLE color: 11151550.
HSL color Cylindrical-coordinate representation of color #BE28AA: hue angle of 308º 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 #BE28AA is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 40 | 170 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.25 |
| HSL | 308º | 0.65% | 0.45% | - |
| HSV(B) | 308º | 0.79% | 0.75% | - |
| XYZ | 29.25 | 15.37 | 39.45 | - |
| YUV | 99.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 170 | 0 | 0.79 | 0.11 | 0.25 | 308 | 0.65 | 0.45 |
| Hex | BE | 28 | AA | 0 | 4F | B | 19 | 134 | 41 | 2D |
| Octal | 276 | 50 | 252 | 0 | 117 | 13 | 31 | 464 | 101 | 55 |
| Binary | 10111110 | 101000 | 10101010 | 0 | 1001111 | 1011 | 11001 | 100110100 | 1000001 | 101101 |
Color Harmonies of #BE28AA
Complementary color
Monochromatic Colors of #BE28AA
Black with #BE28AA
Text Example
Text Example
White with #BE28AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE28AA; }
p { color: rgb(190,40,170); }
H1.HeaderClassName
{
color: #BE28AA;
}
.AnyTagClassName
{
color: #BE28AA;
}
</style>
background-color css
<style>
a { background-color: #BE28AA; }
a { background-color: rgb(190,40,170); }
div.DivClassName
{
background-color: #BE28AA;
}
.BgClassName
{
background-color: #BE28AA;
}
</style>
border-color css
<style>
span { border-color: #BE28AA; }
span { border-color: rgb(190,40,170); }
td.TdClassName
{
border-color: #BE28AA;
}
.TagClassName
{
border-color: #BE28AA;
}
</style>