Shades of Medium Red Violet #BE2D9D
Tints of Medium Red Violet #BE2D9D
RGB
CMYK
RGB Variations
Color information
#BE2D9D (or 0xBE2D9D) is known color: Medium Red Violet. HEX triplet: BE, 2D and 9D. RGB value is (190,45,157). Sum of RGB (Red+Green+Blue) = 190+45+157=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2D9D is #41D262. Grayscale: #646464. Windows color (decimal): -4313699 or 10300862. OLE color: 10300862.
HSL color Cylindrical-coordinate representation of color #BE2D9D: hue angle of 313.66º 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 #BE2D9D is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 157 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.25 |
| HSL | 313.66º | 0.62% | 0.46% | - |
| HSV(B) | 313.66º | 0.76% | 0.75% | - |
| XYZ | 28.26 | 15.26 | 33.35 | - |
| YUV | 101.12 | 159.54 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 157 | 0 | 0.76 | 0.17 | 0.25 | 313.66 | 0.62 | 0.46 |
| Hex | BE | 2D | 9D | 0 | 4C | 11 | 19 | 13A | 3E | 2E |
| Octal | 276 | 55 | 235 | 0 | 114 | 21 | 31 | 472 | 76 | 56 |
| Binary | 10111110 | 101101 | 10011101 | 0 | 1001100 | 10001 | 11001 | 100111010 | 111110 | 101110 |
Color Harmonies of #BE2D9D
Complementary color
Monochromatic Colors of #BE2D9D
Black with #BE2D9D
Text Example
Text Example
White with #BE2D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D9D; }
p { color: rgb(190,45,157); }
H1.HeaderClassName
{
color: #BE2D9D;
}
.AnyTagClassName
{
color: #BE2D9D;
}
</style>
background-color css
<style>
a { background-color: #BE2D9D; }
a { background-color: rgb(190,45,157); }
div.DivClassName
{
background-color: #BE2D9D;
}
.BgClassName
{
background-color: #BE2D9D;
}
</style>
border-color css
<style>
span { border-color: #BE2D9D; }
span { border-color: rgb(190,45,157); }
td.TdClassName
{
border-color: #BE2D9D;
}
.TagClassName
{
border-color: #BE2D9D;
}
</style>