Shades of Medium Red Violet #BE2D7B
Tints of Medium Red Violet #BE2D7B
RGB
CMYK
RGB Variations
Color information
#BE2D7B (or 0xBE2D7B) is known color: Medium Red Violet. HEX triplet: BE, 2D and 7B. RGB value is (190,45,123). Sum of RGB (Red+Green+Blue) = 190+45+123=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2D7B is #41D284. Grayscale: #616161. Windows color (decimal): -4313733 or 8072638. OLE color: 8072638.
HSL color Cylindrical-coordinate representation of color #BE2D7B: hue angle of 327.72º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2D7B is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 123 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.25 |
| HSL | 327.72º | 0.62% | 0.46% | - |
| HSV(B) | 327.72º | 0.76% | 0.75% | - |
| XYZ | 25.75 | 14.25 | 20.13 | - |
| YUV | 97.25 | 142.54 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 123 | 0 | 0.76 | 0.35 | 0.25 | 327.72 | 0.62 | 0.46 |
| Hex | BE | 2D | 7B | 0 | 4C | 23 | 19 | 148 | 3E | 2E |
| Octal | 276 | 55 | 173 | 0 | 114 | 43 | 31 | 510 | 76 | 56 |
| Binary | 10111110 | 101101 | 1111011 | 0 | 1001100 | 100011 | 11001 | 101001000 | 111110 | 101110 |
Color Harmonies of #BE2D7B
Complementary color
Monochromatic Colors of #BE2D7B
Black with #BE2D7B
Text Example
Text Example
White with #BE2D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D7B; }
p { color: rgb(190,45,123); }
H1.HeaderClassName
{
color: #BE2D7B;
}
.AnyTagClassName
{
color: #BE2D7B;
}
</style>
background-color css
<style>
a { background-color: #BE2D7B; }
a { background-color: rgb(190,45,123); }
div.DivClassName
{
background-color: #BE2D7B;
}
.BgClassName
{
background-color: #BE2D7B;
}
</style>
border-color css
<style>
span { border-color: #BE2D7B; }
span { border-color: rgb(190,45,123); }
td.TdClassName
{
border-color: #BE2D7B;
}
.TagClassName
{
border-color: #BE2D7B;
}
</style>