Shades of Medium Violet Red #BC008F
Tints of Medium Violet Red #BC008F
RGB
CMYK
RGB Variations
Color information
#BC008F (or 0xBC008F) is known color: Medium Violet Red. HEX triplet: BC, 00 and 8F. RGB value is (188,0,143). Sum of RGB (Red+Green+Blue) = 188+0+143=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC008F is #43FF70. Grayscale: #484848. Windows color (decimal): -4456305 or 9371836. OLE color: 9371836.
HSL color Cylindrical-coordinate representation of color #BC008F: hue angle of 314.36º 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 #BC008F is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.24 | 0.26 |
| HSL | 314.36º | 1% | 0.37% | - |
| HSV(B) | 314.36º | 1% | 0.74% | - |
| XYZ | 25.7 | 12.67 | 27.08 | - |
| YUV | 72.51 | 167.78 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 143 | 0 | 1 | 0.24 | 0.26 | 314.36 | 1 | 0.37 |
| Hex | BC | 0 | 8F | 0 | 64 | 18 | 1A | 13A | 64 | 25 |
| Octal | 274 | 0 | 217 | 0 | 144 | 30 | 32 | 472 | 144 | 45 |
| Binary | 10111100 | 0 | 10001111 | 0 | 1100100 | 11000 | 11010 | 100111010 | 1100100 | 100101 |
Color Harmonies of #BC008F
Complementary color
Monochromatic Colors of #BC008F
Black with #BC008F
Text Example
Text Example
White with #BC008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC008F; }
p { color: rgb(188,0,143); }
H1.HeaderClassName
{
color: #BC008F;
}
.AnyTagClassName
{
color: #BC008F;
}
</style>
background-color css
<style>
a { background-color: #BC008F; }
a { background-color: rgb(188,0,143); }
div.DivClassName
{
background-color: #BC008F;
}
.BgClassName
{
background-color: #BC008F;
}
</style>
border-color css
<style>
span { border-color: #BC008F; }
span { border-color: rgb(188,0,143); }
td.TdClassName
{
border-color: #BC008F;
}
.TagClassName
{
border-color: #BC008F;
}
</style>