Shades of Medium Violet Red #BD166E
Tints of Medium Violet Red #BD166E
RGB
CMYK
RGB Variations
Color information
#BD166E (or 0xBD166E) is known color: Medium Violet Red. HEX triplet: BD, 16 and 6E. RGB value is (189,22,110). Sum of RGB (Red+Green+Blue) = 189+22+110=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD166E is #42E991. Grayscale: #515151. Windows color (decimal): -4385170 or 7214781. OLE color: 7214781.
HSL color Cylindrical-coordinate representation of color #BD166E: hue angle of 328.38º 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 #BD166E is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 110 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.26 |
| HSL | 328.38º | 0.79% | 0.41% | - |
| HSV(B) | 328.38º | 0.88% | 0.74% | - |
| XYZ | 24.09 | 12.52 | 15.9 | - |
| YUV | 81.97 | 143.83 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 110 | 0 | 0.88 | 0.42 | 0.26 | 328.38 | 0.79 | 0.41 |
| Hex | BD | 16 | 6E | 0 | 58 | 2A | 1A | 148 | 4F | 29 |
| Octal | 275 | 26 | 156 | 0 | 130 | 52 | 32 | 510 | 117 | 51 |
| Binary | 10111101 | 10110 | 1101110 | 0 | 1011000 | 101010 | 11010 | 101001000 | 1001111 | 101001 |
Color Harmonies of #BD166E
Complementary color
Monochromatic Colors of #BD166E
Black with #BD166E
Text Example
Text Example
White with #BD166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD166E; }
p { color: rgb(189,22,110); }
H1.HeaderClassName
{
color: #BD166E;
}
.AnyTagClassName
{
color: #BD166E;
}
</style>
background-color css
<style>
a { background-color: #BD166E; }
a { background-color: rgb(189,22,110); }
div.DivClassName
{
background-color: #BD166E;
}
.BgClassName
{
background-color: #BD166E;
}
</style>
border-color css
<style>
span { border-color: #BD166E; }
span { border-color: rgb(189,22,110); }
td.TdClassName
{
border-color: #BD166E;
}
.TagClassName
{
border-color: #BD166E;
}
</style>