Shades of Medium Red Violet #BD3170
Tints of Medium Red Violet #BD3170
RGB
CMYK
RGB Variations
Color information
#BD3170 (or 0xBD3170) is known color: Medium Red Violet. HEX triplet: BD, 31 and 70. RGB value is (189,49,112). Sum of RGB (Red+Green+Blue) = 189+49+112=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3170 is #42CE8F. Grayscale: #616161. Windows color (decimal): -4378256 or 7352765. OLE color: 7352765.
HSL color Cylindrical-coordinate representation of color #BD3170: hue angle of 333º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3170 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 112 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.26 |
| HSL | 333º | 0.59% | 0.47% | - |
| HSV(B) | 333º | 0.74% | 0.74% | - |
| XYZ | 25.01 | 14.19 | 16.75 | - |
| YUV | 98.04 | 135.88 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 112 | 0 | 0.74 | 0.41 | 0.26 | 333 | 0.59 | 0.47 |
| Hex | BD | 31 | 70 | 0 | 4A | 29 | 1A | 14D | 3B | 2F |
| Octal | 275 | 61 | 160 | 0 | 112 | 51 | 32 | 515 | 73 | 57 |
| Binary | 10111101 | 110001 | 1110000 | 0 | 1001010 | 101001 | 11010 | 101001101 | 111011 | 101111 |
Color Harmonies of #BD3170
Complementary color
Monochromatic Colors of #BD3170
Black with #BD3170
Text Example
Text Example
White with #BD3170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3170; }
p { color: rgb(189,49,112); }
H1.HeaderClassName
{
color: #BD3170;
}
.AnyTagClassName
{
color: #BD3170;
}
</style>
background-color css
<style>
a { background-color: #BD3170; }
a { background-color: rgb(189,49,112); }
div.DivClassName
{
background-color: #BD3170;
}
.BgClassName
{
background-color: #BD3170;
}
</style>
border-color css
<style>
span { border-color: #BD3170; }
span { border-color: rgb(189,49,112); }
td.TdClassName
{
border-color: #BD3170;
}
.TagClassName
{
border-color: #BD3170;
}
</style>