Shades of Medium Red Violet #BE326F
Tints of Medium Red Violet #BE326F
RGB
CMYK
RGB Variations
Color information
#BE326F (or 0xBE326F) is known color: Medium Red Violet. HEX triplet: BE, 32 and 6F. RGB value is (190,50,111). Sum of RGB (Red+Green+Blue) = 190+50+111=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE326F is #41CD90. Grayscale: #626262. Windows color (decimal): -4312465 or 7287486. OLE color: 7287486.
HSL color Cylindrical-coordinate representation of color #BE326F: hue angle of 333.86º 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 #BE326F is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 50 | 111 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.25 |
| HSL | 333.86º | 0.58% | 0.47% | - |
| HSV(B) | 333.86º | 0.74% | 0.75% | - |
| XYZ | 25.25 | 14.38 | 16.48 | - |
| YUV | 98.81 | 134.88 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 111 | 0 | 0.74 | 0.42 | 0.25 | 333.86 | 0.58 | 0.47 |
| Hex | BE | 32 | 6F | 0 | 4A | 2A | 19 | 14E | 3A | 2F |
| Octal | 276 | 62 | 157 | 0 | 112 | 52 | 31 | 516 | 72 | 57 |
| Binary | 10111110 | 110010 | 1101111 | 0 | 1001010 | 101010 | 11001 | 101001110 | 111010 | 101111 |
Color Harmonies of #BE326F
Complementary color
Monochromatic Colors of #BE326F
Black with #BE326F
Text Example
Text Example
White with #BE326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE326F; }
p { color: rgb(190,50,111); }
H1.HeaderClassName
{
color: #BE326F;
}
.AnyTagClassName
{
color: #BE326F;
}
</style>
background-color css
<style>
a { background-color: #BE326F; }
a { background-color: rgb(190,50,111); }
div.DivClassName
{
background-color: #BE326F;
}
.BgClassName
{
background-color: #BE326F;
}
</style>
border-color css
<style>
span { border-color: #BE326F; }
span { border-color: rgb(190,50,111); }
td.TdClassName
{
border-color: #BE326F;
}
.TagClassName
{
border-color: #BE326F;
}
</style>