Shades of Medium Red Violet #BE249F
Tints of Medium Red Violet #BE249F
RGB
CMYK
RGB Variations
Color information
#BE249F (or 0xBE249F) is known color: Medium Red Violet. HEX triplet: BE, 24 and 9F. RGB value is (190,36,159). Sum of RGB (Red+Green+Blue) = 190+36+159=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE249F is #41DB60. Grayscale: #5F5F5F. Windows color (decimal): -4316001 or 10429630. OLE color: 10429630.
HSL color Cylindrical-coordinate representation of color #BE249F: hue angle of 312.08º 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 #BE249F is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 159 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.25 |
| HSL | 312.08º | 0.68% | 0.44% | - |
| HSV(B) | 312.08º | 0.81% | 0.75% | - |
| XYZ | 28.12 | 14.71 | 34.16 | - |
| YUV | 96.07 | 163.52 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 159 | 0 | 0.81 | 0.16 | 0.25 | 312.08 | 0.68 | 0.44 |
| Hex | BE | 24 | 9F | 0 | 51 | 10 | 19 | 138 | 44 | 2C |
| Octal | 276 | 44 | 237 | 0 | 121 | 20 | 31 | 470 | 104 | 54 |
| Binary | 10111110 | 100100 | 10011111 | 0 | 1010001 | 10000 | 11001 | 100111000 | 1000100 | 101100 |
Color Harmonies of #BE249F
Complementary color
Monochromatic Colors of #BE249F
Black with #BE249F
Text Example
Text Example
White with #BE249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE249F; }
p { color: rgb(190,36,159); }
H1.HeaderClassName
{
color: #BE249F;
}
.AnyTagClassName
{
color: #BE249F;
}
</style>
background-color css
<style>
a { background-color: #BE249F; }
a { background-color: rgb(190,36,159); }
div.DivClassName
{
background-color: #BE249F;
}
.BgClassName
{
background-color: #BE249F;
}
</style>
border-color css
<style>
span { border-color: #BE249F; }
span { border-color: rgb(190,36,159); }
td.TdClassName
{
border-color: #BE249F;
}
.TagClassName
{
border-color: #BE249F;
}
</style>