Shades of Medium Violet Red #BD166D
Tints of Medium Violet Red #BD166D
RGB
CMYK
RGB Variations
Color information
#BD166D (or 0xBD166D) is known color: Medium Violet Red. HEX triplet: BD, 16 and 6D. RGB value is (189,22,109). Sum of RGB (Red+Green+Blue) = 189+22+109=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD166D is #42E992. Grayscale: #515151. Windows color (decimal): -4385171 or 7149245. OLE color: 7149245.
HSL color Cylindrical-coordinate representation of color #BD166D: hue angle of 328.74º 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 #BD166D is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 109 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.26 |
| HSL | 328.74º | 0.79% | 0.41% | - |
| HSV(B) | 328.74º | 0.88% | 0.74% | - |
| XYZ | 24.03 | 12.5 | 15.61 | - |
| YUV | 81.85 | 143.33 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 109 | 0 | 0.88 | 0.42 | 0.26 | 328.74 | 0.79 | 0.41 |
| Hex | BD | 16 | 6D | 0 | 58 | 2A | 1A | 149 | 4F | 29 |
| Octal | 275 | 26 | 155 | 0 | 130 | 52 | 32 | 511 | 117 | 51 |
| Binary | 10111101 | 10110 | 1101101 | 0 | 1011000 | 101010 | 11010 | 101001001 | 1001111 | 101001 |
Color Harmonies of #BD166D
Complementary color
Monochromatic Colors of #BD166D
Black with #BD166D
Text Example
Text Example
White with #BD166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD166D; }
p { color: rgb(189,22,109); }
H1.HeaderClassName
{
color: #BD166D;
}
.AnyTagClassName
{
color: #BD166D;
}
</style>
background-color css
<style>
a { background-color: #BD166D; }
a { background-color: rgb(189,22,109); }
div.DivClassName
{
background-color: #BD166D;
}
.BgClassName
{
background-color: #BD166D;
}
</style>
border-color css
<style>
span { border-color: #BD166D; }
span { border-color: rgb(189,22,109); }
td.TdClassName
{
border-color: #BD166D;
}
.TagClassName
{
border-color: #BD166D;
}
</style>