Shades of Medium Violet Red #BD186F
Tints of Medium Violet Red #BD186F
RGB
CMYK
RGB Variations
Color information
#BD186F (or 0xBD186F) is known color: Medium Violet Red. HEX triplet: BD, 18 and 6F. RGB value is (189,24,111). Sum of RGB (Red+Green+Blue) = 189+24+111=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD186F is #42E790. Grayscale: #535353. Windows color (decimal): -4384657 or 7280829. OLE color: 7280829.
HSL color Cylindrical-coordinate representation of color #BD186F: hue angle of 328.36º 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 #BD186F is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 111 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.26 |
| HSL | 328.36º | 0.77% | 0.42% | - |
| HSV(B) | 328.36º | 0.87% | 0.74% | - |
| XYZ | 24.18 | 12.62 | 16.2 | - |
| YUV | 83.25 | 143.66 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 111 | 0 | 0.87 | 0.41 | 0.26 | 328.36 | 0.77 | 0.42 |
| Hex | BD | 18 | 6F | 0 | 57 | 29 | 1A | 148 | 4D | 2A |
| Octal | 275 | 30 | 157 | 0 | 127 | 51 | 32 | 510 | 115 | 52 |
| Binary | 10111101 | 11000 | 1101111 | 0 | 1010111 | 101001 | 11010 | 101001000 | 1001101 | 101010 |
Color Harmonies of #BD186F
Complementary color
Monochromatic Colors of #BD186F
Black with #BD186F
Text Example
Text Example
White with #BD186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD186F; }
p { color: rgb(189,24,111); }
H1.HeaderClassName
{
color: #BD186F;
}
.AnyTagClassName
{
color: #BD186F;
}
</style>
background-color css
<style>
a { background-color: #BD186F; }
a { background-color: rgb(189,24,111); }
div.DivClassName
{
background-color: #BD186F;
}
.BgClassName
{
background-color: #BD186F;
}
</style>
border-color css
<style>
span { border-color: #BD186F; }
span { border-color: rgb(189,24,111); }
td.TdClassName
{
border-color: #BD186F;
}
.TagClassName
{
border-color: #BD186F;
}
</style>