Shades of Medium Violet Red #BC186D
Tints of Medium Violet Red #BC186D
RGB
CMYK
RGB Variations
Color information
#BC186D (or 0xBC186D) is known color: Medium Violet Red. HEX triplet: BC, 18 and 6D. RGB value is (188,24,109). Sum of RGB (Red+Green+Blue) = 188+24+109=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC186D is #43E792. Grayscale: #525252. Windows color (decimal): -4450195 or 7149756. OLE color: 7149756.
HSL color Cylindrical-coordinate representation of color #BC186D: hue angle of 328.9º 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 #BC186D is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 109 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.26 |
| HSL | 328.9º | 0.77% | 0.42% | - |
| HSV(B) | 328.9º | 0.87% | 0.74% | - |
| XYZ | 23.83 | 12.45 | 15.62 | - |
| YUV | 82.73 | 142.83 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 109 | 0 | 0.87 | 0.42 | 0.26 | 328.9 | 0.77 | 0.42 |
| Hex | BC | 18 | 6D | 0 | 57 | 2A | 1A | 149 | 4D | 2A |
| Octal | 274 | 30 | 155 | 0 | 127 | 52 | 32 | 511 | 115 | 52 |
| Binary | 10111100 | 11000 | 1101101 | 0 | 1010111 | 101010 | 11010 | 101001001 | 1001101 | 101010 |
Color Harmonies of #BC186D
Complementary color
Monochromatic Colors of #BC186D
Black with #BC186D
Text Example
Text Example
White with #BC186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC186D; }
p { color: rgb(188,24,109); }
H1.HeaderClassName
{
color: #BC186D;
}
.AnyTagClassName
{
color: #BC186D;
}
</style>
background-color css
<style>
a { background-color: #BC186D; }
a { background-color: rgb(188,24,109); }
div.DivClassName
{
background-color: #BC186D;
}
.BgClassName
{
background-color: #BC186D;
}
</style>
border-color css
<style>
span { border-color: #BC186D; }
span { border-color: rgb(188,24,109); }
td.TdClassName
{
border-color: #BC186D;
}
.TagClassName
{
border-color: #BC186D;
}
</style>