Shades of Medium Red Violet #BE249C
Tints of Medium Red Violet #BE249C
RGB
CMYK
RGB Variations
Color information
#BE249C (or 0xBE249C) is known color: Medium Red Violet. HEX triplet: BE, 24 and 9C. RGB value is (190,36,156). Sum of RGB (Red+Green+Blue) = 190+36+156=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE249C is #41DB63. Grayscale: #5F5F5F. Windows color (decimal): -4316004 or 10233022. OLE color: 10233022.
HSL color Cylindrical-coordinate representation of color #BE249C: hue angle of 313.25º 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 #BE249C is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 156 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.25 |
| HSL | 313.25º | 0.68% | 0.44% | - |
| HSV(B) | 313.25º | 0.81% | 0.75% | - |
| XYZ | 27.87 | 14.61 | 32.8 | - |
| YUV | 95.73 | 162.02 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 156 | 0 | 0.81 | 0.18 | 0.25 | 313.25 | 0.68 | 0.44 |
| Hex | BE | 24 | 9C | 0 | 51 | 12 | 19 | 139 | 44 | 2C |
| Octal | 276 | 44 | 234 | 0 | 121 | 22 | 31 | 471 | 104 | 54 |
| Binary | 10111110 | 100100 | 10011100 | 0 | 1010001 | 10010 | 11001 | 100111001 | 1000100 | 101100 |
Color Harmonies of #BE249C
Complementary color
Monochromatic Colors of #BE249C
Black with #BE249C
Text Example
Text Example
White with #BE249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE249C; }
p { color: rgb(190,36,156); }
H1.HeaderClassName
{
color: #BE249C;
}
.AnyTagClassName
{
color: #BE249C;
}
</style>
background-color css
<style>
a { background-color: #BE249C; }
a { background-color: rgb(190,36,156); }
div.DivClassName
{
background-color: #BE249C;
}
.BgClassName
{
background-color: #BE249C;
}
</style>
border-color css
<style>
span { border-color: #BE249C; }
span { border-color: rgb(190,36,156); }
td.TdClassName
{
border-color: #BE249C;
}
.TagClassName
{
border-color: #BE249C;
}
</style>