Shades of Medium Red Violet #BD3798
Tints of Medium Red Violet #BD3798
RGB
CMYK
RGB Variations
Color information
#BD3798 (or 0xBD3798) is known color: Medium Red Violet. HEX triplet: BD, 37 and 98. RGB value is (189,55,152). Sum of RGB (Red+Green+Blue) = 189+55+152=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3798 is #42C867. Grayscale: #696969. Windows color (decimal): -4376680 or 9975741. OLE color: 9975741.
HSL color Cylindrical-coordinate representation of color #BD3798: hue angle of 316.57º 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 #BD3798 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 152 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.26 |
| HSL | 316.57º | 0.55% | 0.48% | - |
| HSV(B) | 316.57º | 0.71% | 0.74% | - |
| XYZ | 28.02 | 15.82 | 31.28 | - |
| YUV | 106.12 | 153.89 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 152 | 0 | 0.71 | 0.20 | 0.26 | 316.57 | 0.55 | 0.48 |
| Hex | BD | 37 | 98 | 0 | 47 | 14 | 1A | 13D | 37 | 30 |
| Octal | 275 | 67 | 230 | 0 | 107 | 24 | 32 | 475 | 67 | 60 |
| Binary | 10111101 | 110111 | 10011000 | 0 | 1000111 | 10100 | 11010 | 100111101 | 110111 | 110000 |
Color Harmonies of #BD3798
Complementary color
Monochromatic Colors of #BD3798
Black with #BD3798
Text Example
Text Example
White with #BD3798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3798; }
p { color: rgb(189,55,152); }
H1.HeaderClassName
{
color: #BD3798;
}
.AnyTagClassName
{
color: #BD3798;
}
</style>
background-color css
<style>
a { background-color: #BD3798; }
a { background-color: rgb(189,55,152); }
div.DivClassName
{
background-color: #BD3798;
}
.BgClassName
{
background-color: #BD3798;
}
</style>
border-color css
<style>
span { border-color: #BD3798; }
span { border-color: rgb(189,55,152); }
td.TdClassName
{
border-color: #BD3798;
}
.TagClassName
{
border-color: #BD3798;
}
</style>