Shades of Medium Red Violet #BE3272
Tints of Medium Red Violet #BE3272
RGB
CMYK
RGB Variations
Color information
#BE3272 (or 0xBE3272) is known color: Medium Red Violet. HEX triplet: BE, 32 and 72. RGB value is (190,50,114). Sum of RGB (Red+Green+Blue) = 190+50+114=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3272 is #41CD8D. Grayscale: #636363. Windows color (decimal): -4312462 or 7484094. OLE color: 7484094.
HSL color Cylindrical-coordinate representation of color #BE3272: hue angle of 332.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3272 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 50 | 114 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.25 |
| HSL | 332.57º | 0.58% | 0.47% | - |
| HSV(B) | 332.57º | 0.74% | 0.75% | - |
| XYZ | 25.41 | 14.44 | 17.37 | - |
| YUV | 99.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 114 | 0 | 0.74 | 0.40 | 0.25 | 332.57 | 0.58 | 0.47 |
| Hex | BE | 32 | 72 | 0 | 4A | 28 | 19 | 14D | 3A | 2F |
| Octal | 276 | 62 | 162 | 0 | 112 | 50 | 31 | 515 | 72 | 57 |
| Binary | 10111110 | 110010 | 1110010 | 0 | 1001010 | 101000 | 11001 | 101001101 | 111010 | 101111 |
Color Harmonies of #BE3272
Complementary color
Monochromatic Colors of #BE3272
Black with #BE3272
Text Example
Text Example
White with #BE3272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3272; }
p { color: rgb(190,50,114); }
H1.HeaderClassName
{
color: #BE3272;
}
.AnyTagClassName
{
color: #BE3272;
}
</style>
background-color css
<style>
a { background-color: #BE3272; }
a { background-color: rgb(190,50,114); }
div.DivClassName
{
background-color: #BE3272;
}
.BgClassName
{
background-color: #BE3272;
}
</style>
border-color css
<style>
span { border-color: #BE3272; }
span { border-color: rgb(190,50,114); }
td.TdClassName
{
border-color: #BE3272;
}
.TagClassName
{
border-color: #BE3272;
}
</style>