Shades of Medium Red Violet #BD2991
Tints of Medium Red Violet #BD2991
RGB
CMYK
RGB Variations
Color information
#BD2991 (or 0xBD2991) is known color: Medium Red Violet. HEX triplet: BD, 29 and 91. RGB value is (189,41,145). Sum of RGB (Red+Green+Blue) = 189+41+145=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2991 is #42D66E. Grayscale: #606060. Windows color (decimal): -4380271 or 9513405. OLE color: 9513405.
HSL color Cylindrical-coordinate representation of color #BD2991: hue angle of 317.84º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2991 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 145 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.26 |
| HSL | 317.84º | 0.64% | 0.45% | - |
| HSV(B) | 317.84º | 0.78% | 0.74% | - |
| XYZ | 26.89 | 14.45 | 28.16 | - |
| YUV | 97.11 | 155.03 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 145 | 0 | 0.78 | 0.23 | 0.26 | 317.84 | 0.64 | 0.45 |
| Hex | BD | 29 | 91 | 0 | 4E | 17 | 1A | 13E | 40 | 2D |
| Octal | 275 | 51 | 221 | 0 | 116 | 27 | 32 | 476 | 100 | 55 |
| Binary | 10111101 | 101001 | 10010001 | 0 | 1001110 | 10111 | 11010 | 100111110 | 1000000 | 101101 |
Color Harmonies of #BD2991
Complementary color
Monochromatic Colors of #BD2991
Black with #BD2991
Text Example
Text Example
White with #BD2991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2991; }
p { color: rgb(189,41,145); }
H1.HeaderClassName
{
color: #BD2991;
}
.AnyTagClassName
{
color: #BD2991;
}
</style>
background-color css
<style>
a { background-color: #BD2991; }
a { background-color: rgb(189,41,145); }
div.DivClassName
{
background-color: #BD2991;
}
.BgClassName
{
background-color: #BD2991;
}
</style>
border-color css
<style>
span { border-color: #BD2991; }
span { border-color: rgb(189,41,145); }
td.TdClassName
{
border-color: #BD2991;
}
.TagClassName
{
border-color: #BD2991;
}
</style>