Shades of Medium Violet Red #BD166F
Tints of Medium Violet Red #BD166F
RGB
CMYK
RGB Variations
Color information
#BD166F (or 0xBD166F) is known color: Medium Violet Red. HEX triplet: BD, 16 and 6F. RGB value is (189,22,111). Sum of RGB (Red+Green+Blue) = 189+22+111=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD166F is #42E990. Grayscale: #515151. Windows color (decimal): -4385169 or 7280317. OLE color: 7280317.
HSL color Cylindrical-coordinate representation of color #BD166F: hue angle of 328.02º 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 #BD166F is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 111 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.26 |
| HSL | 328.02º | 0.79% | 0.41% | - |
| HSV(B) | 328.02º | 0.88% | 0.74% | - |
| XYZ | 24.14 | 12.54 | 16.19 | - |
| YUV | 82.08 | 144.33 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 111 | 0 | 0.88 | 0.41 | 0.26 | 328.02 | 0.79 | 0.41 |
| Hex | BD | 16 | 6F | 0 | 58 | 29 | 1A | 148 | 4F | 29 |
| Octal | 275 | 26 | 157 | 0 | 130 | 51 | 32 | 510 | 117 | 51 |
| Binary | 10111101 | 10110 | 1101111 | 0 | 1011000 | 101001 | 11010 | 101001000 | 1001111 | 101001 |
Color Harmonies of #BD166F
Complementary color
Monochromatic Colors of #BD166F
Black with #BD166F
Text Example
Text Example
White with #BD166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD166F; }
p { color: rgb(189,22,111); }
H1.HeaderClassName
{
color: #BD166F;
}
.AnyTagClassName
{
color: #BD166F;
}
</style>
background-color css
<style>
a { background-color: #BD166F; }
a { background-color: rgb(189,22,111); }
div.DivClassName
{
background-color: #BD166F;
}
.BgClassName
{
background-color: #BD166F;
}
</style>
border-color css
<style>
span { border-color: #BD166F; }
span { border-color: rgb(189,22,111); }
td.TdClassName
{
border-color: #BD166F;
}
.TagClassName
{
border-color: #BD166F;
}
</style>