Shades of Medium Violet Red #BD176B
Tints of Medium Violet Red #BD176B
RGB
CMYK
RGB Variations
Color information
#BD176B (or 0xBD176B) is known color: Medium Violet Red. HEX triplet: BD, 17 and 6B. RGB value is (189,23,107). Sum of RGB (Red+Green+Blue) = 189+23+107=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD176B is #42E894. Grayscale: #525252. Windows color (decimal): -4384917 or 7018429. OLE color: 7018429.
HSL color Cylindrical-coordinate representation of color #BD176B: hue angle of 329.64º 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 #BD176B is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 107 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.26 |
| HSL | 329.64º | 0.78% | 0.42% | - |
| HSV(B) | 329.64º | 0.88% | 0.74% | - |
| XYZ | 23.95 | 12.49 | 15.06 | - |
| YUV | 82.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 107 | 0 | 0.88 | 0.43 | 0.26 | 329.64 | 0.78 | 0.42 |
| Hex | BD | 17 | 6B | 0 | 58 | 2B | 1A | 14A | 4E | 2A |
| Octal | 275 | 27 | 153 | 0 | 130 | 53 | 32 | 512 | 116 | 52 |
| Binary | 10111101 | 10111 | 1101011 | 0 | 1011000 | 101011 | 11010 | 101001010 | 1001110 | 101010 |
Color Harmonies of #BD176B
Complementary color
Monochromatic Colors of #BD176B
Black with #BD176B
Text Example
Text Example
White with #BD176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD176B; }
p { color: rgb(189,23,107); }
H1.HeaderClassName
{
color: #BD176B;
}
.AnyTagClassName
{
color: #BD176B;
}
</style>
background-color css
<style>
a { background-color: #BD176B; }
a { background-color: rgb(189,23,107); }
div.DivClassName
{
background-color: #BD176B;
}
.BgClassName
{
background-color: #BD176B;
}
</style>
border-color css
<style>
span { border-color: #BD176B; }
span { border-color: rgb(189,23,107); }
td.TdClassName
{
border-color: #BD176B;
}
.TagClassName
{
border-color: #BD176B;
}
</style>