Shades of Medium Violet Red #BE24A1
Tints of Medium Violet Red #BE24A1
RGB
CMYK
RGB Variations
Color information
#BE24A1 (or 0xBE24A1) is known color: Medium Violet Red. HEX triplet: BE, 24 and A1. RGB value is (190,36,161). Sum of RGB (Red+Green+Blue) = 190+36+161=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE24A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE24A1 is #41DB5E. Grayscale: #5F5F5F. Windows color (decimal): -4315999 or 10560702. OLE color: 10560702.
HSL color Cylindrical-coordinate representation of color #BE24A1: hue angle of 311.3º 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 #BE24A1 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 161 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.25 |
| HSL | 311.3º | 0.68% | 0.44% | - |
| HSV(B) | 311.3º | 0.81% | 0.75% | - |
| XYZ | 28.3 | 14.78 | 35.08 | - |
| YUV | 96.3 | 164.52 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 161 | 0 | 0.81 | 0.15 | 0.25 | 311.3 | 0.68 | 0.44 |
| Hex | BE | 24 | A1 | 0 | 51 | F | 19 | 137 | 44 | 2C |
| Octal | 276 | 44 | 241 | 0 | 121 | 17 | 31 | 467 | 104 | 54 |
| Binary | 10111110 | 100100 | 10100001 | 0 | 1010001 | 1111 | 11001 | 100110111 | 1000100 | 101100 |
Color Harmonies of #BE24A1
Complementary color
Monochromatic Colors of #BE24A1
Black with #BE24A1
Text Example
Text Example
White with #BE24A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE24A1; }
p { color: rgb(190,36,161); }
H1.HeaderClassName
{
color: #BE24A1;
}
.AnyTagClassName
{
color: #BE24A1;
}
</style>
background-color css
<style>
a { background-color: #BE24A1; }
a { background-color: rgb(190,36,161); }
div.DivClassName
{
background-color: #BE24A1;
}
.BgClassName
{
background-color: #BE24A1;
}
</style>
border-color css
<style>
span { border-color: #BE24A1; }
span { border-color: rgb(190,36,161); }
td.TdClassName
{
border-color: #BE24A1;
}
.TagClassName
{
border-color: #BE24A1;
}
</style>