Shades of Medium Red Violet #BD2E91
Tints of Medium Red Violet #BD2E91
RGB
CMYK
RGB Variations
Color information
#BD2E91 (or 0xBD2E91) is known color: Medium Red Violet. HEX triplet: BD, 2E and 91. RGB value is (189,46,145). Sum of RGB (Red+Green+Blue) = 189+46+145=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2E91 is #42D16E. Grayscale: #636363. Windows color (decimal): -4378991 or 9514685. OLE color: 9514685.
HSL color Cylindrical-coordinate representation of color #BD2E91: hue angle of 318.46º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2E91 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 145 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.26 |
| HSL | 318.46º | 0.61% | 0.46% | - |
| HSV(B) | 318.46º | 0.76% | 0.74% | - |
| XYZ | 27.07 | 14.82 | 28.22 | - |
| YUV | 100.04 | 153.38 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 145 | 0 | 0.76 | 0.23 | 0.26 | 318.46 | 0.61 | 0.46 |
| Hex | BD | 2E | 91 | 0 | 4C | 17 | 1A | 13E | 3D | 2E |
| Octal | 275 | 56 | 221 | 0 | 114 | 27 | 32 | 476 | 75 | 56 |
| Binary | 10111101 | 101110 | 10010001 | 0 | 1001100 | 10111 | 11010 | 100111110 | 111101 | 101110 |
Color Harmonies of #BD2E91
Complementary color
Monochromatic Colors of #BD2E91
Black with #BD2E91
Text Example
Text Example
White with #BD2E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2E91; }
p { color: rgb(189,46,145); }
H1.HeaderClassName
{
color: #BD2E91;
}
.AnyTagClassName
{
color: #BD2E91;
}
</style>
background-color css
<style>
a { background-color: #BD2E91; }
a { background-color: rgb(189,46,145); }
div.DivClassName
{
background-color: #BD2E91;
}
.BgClassName
{
background-color: #BD2E91;
}
</style>
border-color css
<style>
span { border-color: #BD2E91; }
span { border-color: rgb(189,46,145); }
td.TdClassName
{
border-color: #BD2E91;
}
.TagClassName
{
border-color: #BD2E91;
}
</style>