Shades of Medium Violet Red #BC187C
Tints of Medium Violet Red #BC187C
RGB
CMYK
RGB Variations
Color information
#BC187C (or 0xBC187C) is known color: Medium Violet Red. HEX triplet: BC, 18 and 7C. RGB value is (188,24,124). Sum of RGB (Red+Green+Blue) = 188+24+124=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC187C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC187C is #43E783. Grayscale: #545454. Windows color (decimal): -4450180 or 8132796. OLE color: 8132796.
HSL color Cylindrical-coordinate representation of color #BC187C: hue angle of 323.41º 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 #BC187C is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 124 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.26 |
| HSL | 323.41º | 0.77% | 0.42% | - |
| HSV(B) | 323.41º | 0.87% | 0.74% | - |
| XYZ | 24.7 | 12.8 | 20.24 | - |
| YUV | 84.44 | 150.33 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 124 | 0 | 0.87 | 0.34 | 0.26 | 323.41 | 0.77 | 0.42 |
| Hex | BC | 18 | 7C | 0 | 57 | 22 | 1A | 143 | 4D | 2A |
| Octal | 274 | 30 | 174 | 0 | 127 | 42 | 32 | 503 | 115 | 52 |
| Binary | 10111100 | 11000 | 1111100 | 0 | 1010111 | 100010 | 11010 | 101000011 | 1001101 | 101010 |
Color Harmonies of #BC187C
Complementary color
Monochromatic Colors of #BC187C
Black with #BC187C
Text Example
Text Example
White with #BC187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC187C; }
p { color: rgb(188,24,124); }
H1.HeaderClassName
{
color: #BC187C;
}
.AnyTagClassName
{
color: #BC187C;
}
</style>
background-color css
<style>
a { background-color: #BC187C; }
a { background-color: rgb(188,24,124); }
div.DivClassName
{
background-color: #BC187C;
}
.BgClassName
{
background-color: #BC187C;
}
</style>
border-color css
<style>
span { border-color: #BC187C; }
span { border-color: rgb(188,24,124); }
td.TdClassName
{
border-color: #BC187C;
}
.TagClassName
{
border-color: #BC187C;
}
</style>