Shades of Medium Violet Red #BE24A4
Tints of Medium Violet Red #BE24A4
RGB
CMYK
RGB Variations
Color information
#BE24A4 (or 0xBE24A4) is known color: Medium Violet Red. HEX triplet: BE, 24 and A4. RGB value is (190,36,164). Sum of RGB (Red+Green+Blue) = 190+36+164=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE24A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE24A4 is #41DB5B. Grayscale: #606060. Windows color (decimal): -4315996 or 10757310. OLE color: 10757310.
HSL color Cylindrical-coordinate representation of color #BE24A4: hue angle of 310.13º 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 #BE24A4 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 164 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.25 |
| HSL | 310.13º | 0.68% | 0.44% | - |
| HSV(B) | 310.13º | 0.81% | 0.75% | - |
| XYZ | 28.57 | 14.89 | 36.49 | - |
| YUV | 96.64 | 166.02 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 164 | 0 | 0.81 | 0.14 | 0.25 | 310.13 | 0.68 | 0.44 |
| Hex | BE | 24 | A4 | 0 | 51 | E | 19 | 136 | 44 | 2C |
| Octal | 276 | 44 | 244 | 0 | 121 | 16 | 31 | 466 | 104 | 54 |
| Binary | 10111110 | 100100 | 10100100 | 0 | 1010001 | 1110 | 11001 | 100110110 | 1000100 | 101100 |
Color Harmonies of #BE24A4
Complementary color
Monochromatic Colors of #BE24A4
Black with #BE24A4
Text Example
Text Example
White with #BE24A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE24A4; }
p { color: rgb(190,36,164); }
H1.HeaderClassName
{
color: #BE24A4;
}
.AnyTagClassName
{
color: #BE24A4;
}
</style>
background-color css
<style>
a { background-color: #BE24A4; }
a { background-color: rgb(190,36,164); }
div.DivClassName
{
background-color: #BE24A4;
}
.BgClassName
{
background-color: #BE24A4;
}
</style>
border-color css
<style>
span { border-color: #BE24A4; }
span { border-color: rgb(190,36,164); }
td.TdClassName
{
border-color: #BE24A4;
}
.TagClassName
{
border-color: #BE24A4;
}
</style>