Shades of Medium Violet Red #BC008E
Tints of Medium Violet Red #BC008E
RGB
CMYK
RGB Variations
Color information
#BC008E (or 0xBC008E) is known color: Medium Violet Red. HEX triplet: BC, 00 and 8E. RGB value is (188,0,142). Sum of RGB (Red+Green+Blue) = 188+0+142=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC008E is #43FF71. Grayscale: #484848. Windows color (decimal): -4456306 or 9306300. OLE color: 9306300.
HSL color Cylindrical-coordinate representation of color #BC008E: hue angle of 314.68º 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 #BC008E is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.24 | 0.26 |
| HSL | 314.68º | 1% | 0.37% | - |
| HSV(B) | 314.68º | 1% | 0.74% | - |
| XYZ | 25.62 | 12.64 | 26.68 | - |
| YUV | 72.4 | 167.28 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 142 | 0 | 1 | 0.24 | 0.26 | 314.68 | 1 | 0.37 |
| Hex | BC | 0 | 8E | 0 | 64 | 18 | 1A | 13B | 64 | 25 |
| Octal | 274 | 0 | 216 | 0 | 144 | 30 | 32 | 473 | 144 | 45 |
| Binary | 10111100 | 0 | 10001110 | 0 | 1100100 | 11000 | 11010 | 100111011 | 1100100 | 100101 |
Color Harmonies of #BC008E
Complementary color
Monochromatic Colors of #BC008E
Black with #BC008E
Text Example
Text Example
White with #BC008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC008E; }
p { color: rgb(188,0,142); }
H1.HeaderClassName
{
color: #BC008E;
}
.AnyTagClassName
{
color: #BC008E;
}
</style>
background-color css
<style>
a { background-color: #BC008E; }
a { background-color: rgb(188,0,142); }
div.DivClassName
{
background-color: #BC008E;
}
.BgClassName
{
background-color: #BC008E;
}
</style>
border-color css
<style>
span { border-color: #BC008E; }
span { border-color: rgb(188,0,142); }
td.TdClassName
{
border-color: #BC008E;
}
.TagClassName
{
border-color: #BC008E;
}
</style>