Shades of Medium Red Violet #BD3792
Tints of Medium Red Violet #BD3792
RGB
CMYK
RGB Variations
Color information
#BD3792 (or 0xBD3792) is known color: Medium Red Violet. HEX triplet: BD, 37 and 92. RGB value is (189,55,146). Sum of RGB (Red+Green+Blue) = 189+55+146=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3792 is #42C86D. Grayscale: #696969. Windows color (decimal): -4376686 or 9582525. OLE color: 9582525.
HSL color Cylindrical-coordinate representation of color #BD3792: hue angle of 319.25º 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 #BD3792 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 146 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.26 |
| HSL | 319.25º | 0.55% | 0.48% | - |
| HSV(B) | 319.25º | 0.71% | 0.74% | - |
| XYZ | 27.54 | 15.63 | 28.76 | - |
| YUV | 105.44 | 150.89 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 146 | 0 | 0.71 | 0.23 | 0.26 | 319.25 | 0.55 | 0.48 |
| Hex | BD | 37 | 92 | 0 | 47 | 17 | 1A | 13F | 37 | 30 |
| Octal | 275 | 67 | 222 | 0 | 107 | 27 | 32 | 477 | 67 | 60 |
| Binary | 10111101 | 110111 | 10010010 | 0 | 1000111 | 10111 | 11010 | 100111111 | 110111 | 110000 |
Color Harmonies of #BD3792
Complementary color
Monochromatic Colors of #BD3792
Black with #BD3792
Text Example
Text Example
White with #BD3792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3792; }
p { color: rgb(189,55,146); }
H1.HeaderClassName
{
color: #BD3792;
}
.AnyTagClassName
{
color: #BD3792;
}
</style>
background-color css
<style>
a { background-color: #BD3792; }
a { background-color: rgb(189,55,146); }
div.DivClassName
{
background-color: #BD3792;
}
.BgClassName
{
background-color: #BD3792;
}
</style>
border-color css
<style>
span { border-color: #BD3792; }
span { border-color: rgb(189,55,146); }
td.TdClassName
{
border-color: #BD3792;
}
.TagClassName
{
border-color: #BD3792;
}
</style>