Shades of Medium Red Violet #BD3791
Tints of Medium Red Violet #BD3791
RGB
CMYK
RGB Variations
Color information
#BD3791 (or 0xBD3791) is known color: Medium Red Violet. HEX triplet: BD, 37 and 91. RGB value is (189,55,145). Sum of RGB (Red+Green+Blue) = 189+55+145=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3791 is #42C86E. Grayscale: #696969. Windows color (decimal): -4376687 or 9516989. OLE color: 9516989.
HSL color Cylindrical-coordinate representation of color #BD3791: hue angle of 319.7º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD3791 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 145 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.26 |
| HSL | 319.7º | 0.55% | 0.48% | - |
| HSV(B) | 319.7º | 0.71% | 0.74% | - |
| XYZ | 27.46 | 15.6 | 28.35 | - |
| YUV | 105.33 | 150.39 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 145 | 0 | 0.71 | 0.23 | 0.26 | 319.7 | 0.55 | 0.48 |
| Hex | BD | 37 | 91 | 0 | 47 | 17 | 1A | 140 | 37 | 30 |
| Octal | 275 | 67 | 221 | 0 | 107 | 27 | 32 | 500 | 67 | 60 |
| Binary | 10111101 | 110111 | 10010001 | 0 | 1000111 | 10111 | 11010 | 101000000 | 110111 | 110000 |
Color Harmonies of #BD3791
Complementary color
Monochromatic Colors of #BD3791
Black with #BD3791
Text Example
Text Example
White with #BD3791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3791; }
p { color: rgb(189,55,145); }
H1.HeaderClassName
{
color: #BD3791;
}
.AnyTagClassName
{
color: #BD3791;
}
</style>
background-color css
<style>
a { background-color: #BD3791; }
a { background-color: rgb(189,55,145); }
div.DivClassName
{
background-color: #BD3791;
}
.BgClassName
{
background-color: #BD3791;
}
</style>
border-color css
<style>
span { border-color: #BD3791; }
span { border-color: rgb(189,55,145); }
td.TdClassName
{
border-color: #BD3791;
}
.TagClassName
{
border-color: #BD3791;
}
</style>