Shades of Medium Red Violet #BD3796
Tints of Medium Red Violet #BD3796
RGB
CMYK
RGB Variations
Color information
#BD3796 (or 0xBD3796) is known color: Medium Red Violet. HEX triplet: BD, 37 and 96. RGB value is (189,55,150). Sum of RGB (Red+Green+Blue) = 189+55+150=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3796 is #42C869. Grayscale: #696969. Windows color (decimal): -4376682 or 9844669. OLE color: 9844669.
HSL color Cylindrical-coordinate representation of color #BD3796: hue angle of 317.46º 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 #BD3796 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 150 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.26 |
| HSL | 317.46º | 0.55% | 0.48% | - |
| HSV(B) | 317.46º | 0.71% | 0.74% | - |
| XYZ | 27.86 | 15.75 | 30.43 | - |
| YUV | 105.9 | 152.89 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 150 | 0 | 0.71 | 0.21 | 0.26 | 317.46 | 0.55 | 0.48 |
| Hex | BD | 37 | 96 | 0 | 47 | 15 | 1A | 13D | 37 | 30 |
| Octal | 275 | 67 | 226 | 0 | 107 | 25 | 32 | 475 | 67 | 60 |
| Binary | 10111101 | 110111 | 10010110 | 0 | 1000111 | 10101 | 11010 | 100111101 | 110111 | 110000 |
Color Harmonies of #BD3796
Complementary color
Monochromatic Colors of #BD3796
Black with #BD3796
Text Example
Text Example
White with #BD3796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3796; }
p { color: rgb(189,55,150); }
H1.HeaderClassName
{
color: #BD3796;
}
.AnyTagClassName
{
color: #BD3796;
}
</style>
background-color css
<style>
a { background-color: #BD3796; }
a { background-color: rgb(189,55,150); }
div.DivClassName
{
background-color: #BD3796;
}
.BgClassName
{
background-color: #BD3796;
}
</style>
border-color css
<style>
span { border-color: #BD3796; }
span { border-color: rgb(189,55,150); }
td.TdClassName
{
border-color: #BD3796;
}
.TagClassName
{
border-color: #BD3796;
}
</style>