Shades of Medium Violet Red #BD166C
Tints of Medium Violet Red #BD166C
RGB
CMYK
RGB Variations
Color information
#BD166C (or 0xBD166C) is known color: Medium Violet Red. HEX triplet: BD, 16 and 6C. RGB value is (189,22,108). Sum of RGB (Red+Green+Blue) = 189+22+108=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD166C is #42E993. Grayscale: #515151. Windows color (decimal): -4385172 or 7083709. OLE color: 7083709.
HSL color Cylindrical-coordinate representation of color #BD166C: hue angle of 329.1º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD166C is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 108 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.26 |
| HSL | 329.1º | 0.79% | 0.41% | - |
| HSV(B) | 329.1º | 0.88% | 0.74% | - |
| XYZ | 23.98 | 12.48 | 15.33 | - |
| YUV | 81.74 | 142.83 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 108 | 0 | 0.88 | 0.43 | 0.26 | 329.1 | 0.79 | 0.41 |
| Hex | BD | 16 | 6C | 0 | 58 | 2B | 1A | 149 | 4F | 29 |
| Octal | 275 | 26 | 154 | 0 | 130 | 53 | 32 | 511 | 117 | 51 |
| Binary | 10111101 | 10110 | 1101100 | 0 | 1011000 | 101011 | 11010 | 101001001 | 1001111 | 101001 |
Color Harmonies of #BD166C
Complementary color
Monochromatic Colors of #BD166C
Black with #BD166C
Text Example
Text Example
White with #BD166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD166C; }
p { color: rgb(189,22,108); }
H1.HeaderClassName
{
color: #BD166C;
}
.AnyTagClassName
{
color: #BD166C;
}
</style>
background-color css
<style>
a { background-color: #BD166C; }
a { background-color: rgb(189,22,108); }
div.DivClassName
{
background-color: #BD166C;
}
.BgClassName
{
background-color: #BD166C;
}
</style>
border-color css
<style>
span { border-color: #BD166C; }
span { border-color: rgb(189,22,108); }
td.TdClassName
{
border-color: #BD166C;
}
.TagClassName
{
border-color: #BD166C;
}
</style>