Shades of Medium Violet Red #BE24A5
Tints of Medium Violet Red #BE24A5
RGB
CMYK
RGB Variations
Color information
#BE24A5 (or 0xBE24A5) is known color: Medium Violet Red. HEX triplet: BE, 24 and A5. RGB value is (190,36,165). Sum of RGB (Red+Green+Blue) = 190+36+165=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE24A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE24A5 is #41DB5A. Grayscale: #606060. Windows color (decimal): -4315995 or 10822846. OLE color: 10822846.
HSL color Cylindrical-coordinate representation of color #BE24A5: hue angle of 309.74º 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 #BE24A5 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 165 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.25 |
| HSL | 309.74º | 0.68% | 0.44% | - |
| HSV(B) | 309.74º | 0.81% | 0.75% | - |
| XYZ | 28.66 | 14.93 | 36.97 | - |
| YUV | 96.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 165 | 0 | 0.81 | 0.13 | 0.25 | 309.74 | 0.68 | 0.44 |
| Hex | BE | 24 | A5 | 0 | 51 | D | 19 | 136 | 44 | 2C |
| Octal | 276 | 44 | 245 | 0 | 121 | 15 | 31 | 466 | 104 | 54 |
| Binary | 10111110 | 100100 | 10100101 | 0 | 1010001 | 1101 | 11001 | 100110110 | 1000100 | 101100 |
Color Harmonies of #BE24A5
Complementary color
Monochromatic Colors of #BE24A5
Black with #BE24A5
Text Example
Text Example
White with #BE24A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE24A5; }
p { color: rgb(190,36,165); }
H1.HeaderClassName
{
color: #BE24A5;
}
.AnyTagClassName
{
color: #BE24A5;
}
</style>
background-color css
<style>
a { background-color: #BE24A5; }
a { background-color: rgb(190,36,165); }
div.DivClassName
{
background-color: #BE24A5;
}
.BgClassName
{
background-color: #BE24A5;
}
</style>
border-color css
<style>
span { border-color: #BE24A5; }
span { border-color: rgb(190,36,165); }
td.TdClassName
{
border-color: #BE24A5;
}
.TagClassName
{
border-color: #BE24A5;
}
</style>