Shades of Medium Violet Red #BE24A8
Tints of Medium Violet Red #BE24A8
RGB
CMYK
RGB Variations
Color information
#BE24A8 (or 0xBE24A8) is known color: Medium Violet Red. HEX triplet: BE, 24 and A8. RGB value is (190,36,168). Sum of RGB (Red+Green+Blue) = 190+36+168=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE24A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE24A8 is #41DB57. Grayscale: #606060. Windows color (decimal): -4315992 or 11019454. OLE color: 11019454.
HSL color Cylindrical-coordinate representation of color #BE24A8: hue angle of 308.57º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE24A8 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 168 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.25 |
| HSL | 308.57º | 0.68% | 0.44% | - |
| HSV(B) | 308.57º | 0.81% | 0.75% | - |
| XYZ | 28.93 | 15.04 | 38.42 | - |
| YUV | 97.09 | 168.02 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 168 | 0 | 0.81 | 0.12 | 0.25 | 308.57 | 0.68 | 0.44 |
| Hex | BE | 24 | A8 | 0 | 51 | C | 19 | 135 | 44 | 2C |
| Octal | 276 | 44 | 250 | 0 | 121 | 14 | 31 | 465 | 104 | 54 |
| Binary | 10111110 | 100100 | 10101000 | 0 | 1010001 | 1100 | 11001 | 100110101 | 1000100 | 101100 |
Color Harmonies of #BE24A8
Complementary color
Monochromatic Colors of #BE24A8
Black with #BE24A8
Text Example
Text Example
White with #BE24A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE24A8; }
p { color: rgb(190,36,168); }
H1.HeaderClassName
{
color: #BE24A8;
}
.AnyTagClassName
{
color: #BE24A8;
}
</style>
background-color css
<style>
a { background-color: #BE24A8; }
a { background-color: rgb(190,36,168); }
div.DivClassName
{
background-color: #BE24A8;
}
.BgClassName
{
background-color: #BE24A8;
}
</style>
border-color css
<style>
span { border-color: #BE24A8; }
span { border-color: rgb(190,36,168); }
td.TdClassName
{
border-color: #BE24A8;
}
.TagClassName
{
border-color: #BE24A8;
}
</style>