Shades of Medium Red Violet #BE2F8C
Tints of Medium Red Violet #BE2F8C
RGB
CMYK
RGB Variations
Color information
#BE2F8C (or 0xBE2F8C) is known color: Medium Red Violet. HEX triplet: BE, 2F and 8C. RGB value is (190,47,140). Sum of RGB (Red+Green+Blue) = 190+47+140=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2F8C is #41D073. Grayscale: #646464. Windows color (decimal): -4313204 or 9187262. OLE color: 9187262.
HSL color Cylindrical-coordinate representation of color #BE2F8C: hue angle of 320.98º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE2F8C is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 47 | 140 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.25 |
| HSL | 320.98º | 0.6% | 0.46% | - |
| HSV(B) | 320.98º | 0.75% | 0.75% | - |
| XYZ | 26.99 | 14.87 | 26.26 | - |
| YUV | 100.36 | 150.38 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 47 | 140 | 0 | 0.75 | 0.26 | 0.25 | 320.98 | 0.6 | 0.46 |
| Hex | BE | 2F | 8C | 0 | 4B | 1A | 19 | 141 | 3C | 2E |
| Octal | 276 | 57 | 214 | 0 | 113 | 32 | 31 | 501 | 74 | 56 |
| Binary | 10111110 | 101111 | 10001100 | 0 | 1001011 | 11010 | 11001 | 101000001 | 111100 | 101110 |
Color Harmonies of #BE2F8C
Complementary color
Monochromatic Colors of #BE2F8C
Black with #BE2F8C
Text Example
Text Example
White with #BE2F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2F8C; }
p { color: rgb(190,47,140); }
H1.HeaderClassName
{
color: #BE2F8C;
}
.AnyTagClassName
{
color: #BE2F8C;
}
</style>
background-color css
<style>
a { background-color: #BE2F8C; }
a { background-color: rgb(190,47,140); }
div.DivClassName
{
background-color: #BE2F8C;
}
.BgClassName
{
background-color: #BE2F8C;
}
</style>
border-color css
<style>
span { border-color: #BE2F8C; }
span { border-color: rgb(190,47,140); }
td.TdClassName
{
border-color: #BE2F8C;
}
.TagClassName
{
border-color: #BE2F8C;
}
</style>