Shades of Medium Red Violet #BD3981
Tints of Medium Red Violet #BD3981
RGB
CMYK
RGB Variations
Color information
#BD3981 (or 0xBD3981) is known color: Medium Red Violet. HEX triplet: BD, 39 and 81. RGB value is (189,57,129). Sum of RGB (Red+Green+Blue) = 189+57+129=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3981 is #42C67E. Grayscale: #686868. Windows color (decimal): -4376191 or 8468925. OLE color: 8468925.
HSL color Cylindrical-coordinate representation of color #BD3981: hue angle of 327.27º 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 #BD3981 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 129 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.26 |
| HSL | 327.27º | 0.54% | 0.48% | - |
| HSV(B) | 327.27º | 0.7% | 0.74% | - |
| XYZ | 26.41 | 15.33 | 22.34 | - |
| YUV | 104.68 | 141.73 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 129 | 0 | 0.70 | 0.32 | 0.26 | 327.27 | 0.54 | 0.48 |
| Hex | BD | 39 | 81 | 0 | 46 | 20 | 1A | 147 | 36 | 30 |
| Octal | 275 | 71 | 201 | 0 | 106 | 40 | 32 | 507 | 66 | 60 |
| Binary | 10111101 | 111001 | 10000001 | 0 | 1000110 | 100000 | 11010 | 101000111 | 110110 | 110000 |
Color Harmonies of #BD3981
Complementary color
Monochromatic Colors of #BD3981
Black with #BD3981
Text Example
Text Example
White with #BD3981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3981; }
p { color: rgb(189,57,129); }
H1.HeaderClassName
{
color: #BD3981;
}
.AnyTagClassName
{
color: #BD3981;
}
</style>
background-color css
<style>
a { background-color: #BD3981; }
a { background-color: rgb(189,57,129); }
div.DivClassName
{
background-color: #BD3981;
}
.BgClassName
{
background-color: #BD3981;
}
</style>
border-color css
<style>
span { border-color: #BD3981; }
span { border-color: rgb(189,57,129); }
td.TdClassName
{
border-color: #BD3981;
}
.TagClassName
{
border-color: #BD3981;
}
</style>