Shades of Medium Violet Red #BC008D
Tints of Medium Violet Red #BC008D
RGB
CMYK
RGB Variations
Color information
#BC008D (or 0xBC008D) is known color: Medium Violet Red. HEX triplet: BC, 00 and 8D. RGB value is (188,0,141). Sum of RGB (Red+Green+Blue) = 188+0+141=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC008D is #43FF72. Grayscale: #474747. Windows color (decimal): -4456307 or 9240764. OLE color: 9240764.
HSL color Cylindrical-coordinate representation of color #BC008D: hue angle of 315º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC008D is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.25 | 0.26 |
| HSL | 315º | 1% | 0.37% | - |
| HSV(B) | 315º | 1% | 0.74% | - |
| XYZ | 25.55 | 12.61 | 26.29 | - |
| YUV | 72.29 | 166.78 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 141 | 0 | 1 | 0.25 | 0.26 | 315 | 1 | 0.37 |
| Hex | BC | 0 | 8D | 0 | 64 | 19 | 1A | 13B | 64 | 25 |
| Octal | 274 | 0 | 215 | 0 | 144 | 31 | 32 | 473 | 144 | 45 |
| Binary | 10111100 | 0 | 10001101 | 0 | 1100100 | 11001 | 11010 | 100111011 | 1100100 | 100101 |
Color Harmonies of #BC008D
Complementary color
Monochromatic Colors of #BC008D
Black with #BC008D
Text Example
Text Example
White with #BC008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC008D; }
p { color: rgb(188,0,141); }
H1.HeaderClassName
{
color: #BC008D;
}
.AnyTagClassName
{
color: #BC008D;
}
</style>
background-color css
<style>
a { background-color: #BC008D; }
a { background-color: rgb(188,0,141); }
div.DivClassName
{
background-color: #BC008D;
}
.BgClassName
{
background-color: #BC008D;
}
</style>
border-color css
<style>
span { border-color: #BC008D; }
span { border-color: rgb(188,0,141); }
td.TdClassName
{
border-color: #BC008D;
}
.TagClassName
{
border-color: #BC008D;
}
</style>