Shades of Medium Violet Red #BD176C
Tints of Medium Violet Red #BD176C
RGB
CMYK
RGB Variations
Color information
#BD176C (or 0xBD176C) is known color: Medium Violet Red. HEX triplet: BD, 17 and 6C. RGB value is (189,23,108). Sum of RGB (Red+Green+Blue) = 189+23+108=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD176C is #42E893. Grayscale: #525252. Windows color (decimal): -4384916 or 7083965. OLE color: 7083965.
HSL color Cylindrical-coordinate representation of color #BD176C: hue angle of 329.28º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD176C is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 108 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.26 |
| HSL | 329.28º | 0.78% | 0.42% | - |
| HSV(B) | 329.28º | 0.88% | 0.74% | - |
| XYZ | 24 | 12.51 | 15.34 | - |
| YUV | 82.32 | 142.5 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 108 | 0 | 0.88 | 0.43 | 0.26 | 329.28 | 0.78 | 0.42 |
| Hex | BD | 17 | 6C | 0 | 58 | 2B | 1A | 149 | 4E | 2A |
| Octal | 275 | 27 | 154 | 0 | 130 | 53 | 32 | 511 | 116 | 52 |
| Binary | 10111101 | 10111 | 1101100 | 0 | 1011000 | 101011 | 11010 | 101001001 | 1001110 | 101010 |
Color Harmonies of #BD176C
Complementary color
Monochromatic Colors of #BD176C
Black with #BD176C
Text Example
Text Example
White with #BD176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD176C; }
p { color: rgb(189,23,108); }
H1.HeaderClassName
{
color: #BD176C;
}
.AnyTagClassName
{
color: #BD176C;
}
</style>
background-color css
<style>
a { background-color: #BD176C; }
a { background-color: rgb(189,23,108); }
div.DivClassName
{
background-color: #BD176C;
}
.BgClassName
{
background-color: #BD176C;
}
</style>
border-color css
<style>
span { border-color: #BD176C; }
span { border-color: rgb(189,23,108); }
td.TdClassName
{
border-color: #BD176C;
}
.TagClassName
{
border-color: #BD176C;
}
</style>