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