Shades of Medium Red Violet #BD3991
Tints of Medium Red Violet #BD3991
RGB
CMYK
RGB Variations
Color information
#BD3991 (or 0xBD3991) is known color: Medium Red Violet. HEX triplet: BD, 39 and 91. RGB value is (189,57,145). Sum of RGB (Red+Green+Blue) = 189+57+145=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3991 is #42C66E. Grayscale: #6A6A6A. Windows color (decimal): -4376175 or 9517501. OLE color: 9517501.
HSL color Cylindrical-coordinate representation of color #BD3991: hue angle of 320º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3991 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 145 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.26 |
| HSL | 320º | 0.54% | 0.48% | - |
| HSV(B) | 320º | 0.7% | 0.74% | - |
| XYZ | 27.56 | 15.79 | 28.38 | - |
| YUV | 106.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 145 | 0 | 0.70 | 0.23 | 0.26 | 320 | 0.54 | 0.48 |
| Hex | BD | 39 | 91 | 0 | 46 | 17 | 1A | 140 | 36 | 30 |
| Octal | 275 | 71 | 221 | 0 | 106 | 27 | 32 | 500 | 66 | 60 |
| Binary | 10111101 | 111001 | 10010001 | 0 | 1000110 | 10111 | 11010 | 101000000 | 110110 | 110000 |
Color Harmonies of #BD3991
Complementary color
Monochromatic Colors of #BD3991
Black with #BD3991
Text Example
Text Example
White with #BD3991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3991; }
p { color: rgb(189,57,145); }
H1.HeaderClassName
{
color: #BD3991;
}
.AnyTagClassName
{
color: #BD3991;
}
</style>
background-color css
<style>
a { background-color: #BD3991; }
a { background-color: rgb(189,57,145); }
div.DivClassName
{
background-color: #BD3991;
}
.BgClassName
{
background-color: #BD3991;
}
</style>
border-color css
<style>
span { border-color: #BD3991; }
span { border-color: rgb(189,57,145); }
td.TdClassName
{
border-color: #BD3991;
}
.TagClassName
{
border-color: #BD3991;
}
</style>