Shades of Medium Violet Red #BD186D
Tints of Medium Violet Red #BD186D
RGB
CMYK
RGB Variations
Color information
#BD186D (or 0xBD186D) is known color: Medium Violet Red. HEX triplet: BD, 18 and 6D. RGB value is (189,24,109). Sum of RGB (Red+Green+Blue) = 189+24+109=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD186D is #42E792. Grayscale: #525252. Windows color (decimal): -4384659 or 7149757. OLE color: 7149757.
HSL color Cylindrical-coordinate representation of color #BD186D: hue angle of 329.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD186D is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 109 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.26 |
| HSL | 329.09º | 0.77% | 0.42% | - |
| HSV(B) | 329.09º | 0.87% | 0.74% | - |
| XYZ | 24.07 | 12.58 | 15.63 | - |
| YUV | 83.03 | 142.66 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 109 | 0 | 0.87 | 0.42 | 0.26 | 329.09 | 0.77 | 0.42 |
| Hex | BD | 18 | 6D | 0 | 57 | 2A | 1A | 149 | 4D | 2A |
| Octal | 275 | 30 | 155 | 0 | 127 | 52 | 32 | 511 | 115 | 52 |
| Binary | 10111101 | 11000 | 1101101 | 0 | 1010111 | 101010 | 11010 | 101001001 | 1001101 | 101010 |
Color Harmonies of #BD186D
Complementary color
Monochromatic Colors of #BD186D
Black with #BD186D
Text Example
Text Example
White with #BD186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD186D; }
p { color: rgb(189,24,109); }
H1.HeaderClassName
{
color: #BD186D;
}
.AnyTagClassName
{
color: #BD186D;
}
</style>
background-color css
<style>
a { background-color: #BD186D; }
a { background-color: rgb(189,24,109); }
div.DivClassName
{
background-color: #BD186D;
}
.BgClassName
{
background-color: #BD186D;
}
</style>
border-color css
<style>
span { border-color: #BD186D; }
span { border-color: rgb(189,24,109); }
td.TdClassName
{
border-color: #BD186D;
}
.TagClassName
{
border-color: #BD186D;
}
</style>