Shades of Medium Red Violet #BD3785
Tints of Medium Red Violet #BD3785
RGB
CMYK
RGB Variations
Color information
#BD3785 (or 0xBD3785) is known color: Medium Red Violet. HEX triplet: BD, 37 and 85. RGB value is (189,55,133). Sum of RGB (Red+Green+Blue) = 189+55+133=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3785 is #42C87A. Grayscale: #676767. Windows color (decimal): -4376699 or 8730557. OLE color: 8730557.
HSL color Cylindrical-coordinate representation of color #BD3785: hue angle of 325.07º 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 #BD3785 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 133 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.26 |
| HSL | 325.07º | 0.55% | 0.48% | - |
| HSV(B) | 325.07º | 0.71% | 0.74% | - |
| XYZ | 26.59 | 15.24 | 23.73 | - |
| YUV | 103.96 | 144.39 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 133 | 0 | 0.71 | 0.30 | 0.26 | 325.07 | 0.55 | 0.48 |
| Hex | BD | 37 | 85 | 0 | 47 | 1E | 1A | 145 | 37 | 30 |
| Octal | 275 | 67 | 205 | 0 | 107 | 36 | 32 | 505 | 67 | 60 |
| Binary | 10111101 | 110111 | 10000101 | 0 | 1000111 | 11110 | 11010 | 101000101 | 110111 | 110000 |
Color Harmonies of #BD3785
Complementary color
Monochromatic Colors of #BD3785
Black with #BD3785
Text Example
Text Example
White with #BD3785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3785; }
p { color: rgb(189,55,133); }
H1.HeaderClassName
{
color: #BD3785;
}
.AnyTagClassName
{
color: #BD3785;
}
</style>
background-color css
<style>
a { background-color: #BD3785; }
a { background-color: rgb(189,55,133); }
div.DivClassName
{
background-color: #BD3785;
}
.BgClassName
{
background-color: #BD3785;
}
</style>
border-color css
<style>
span { border-color: #BD3785; }
span { border-color: rgb(189,55,133); }
td.TdClassName
{
border-color: #BD3785;
}
.TagClassName
{
border-color: #BD3785;
}
</style>