Shades of Medium Violet Red #BC088F
Tints of Medium Violet Red #BC088F
RGB
CMYK
RGB Variations
Color information
#BC088F (or 0xBC088F) is known color: Medium Violet Red. HEX triplet: BC, 08 and 8F. RGB value is (188,8,143). Sum of RGB (Red+Green+Blue) = 188+8+143=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC088F is #43F770. Grayscale: #4C4C4C. Windows color (decimal): -4454257 or 9373884. OLE color: 9373884.
HSL color Cylindrical-coordinate representation of color #BC088F: hue angle of 315º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC088F is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 143 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.26 |
| HSL | 315º | 0.92% | 0.38% | - |
| HSV(B) | 315º | 0.96% | 0.74% | - |
| XYZ | 25.78 | 12.85 | 27.11 | - |
| YUV | 77.21 | 165.13 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 143 | 0 | 0.96 | 0.24 | 0.26 | 315 | 0.92 | 0.38 |
| Hex | BC | 8 | 8F | 0 | 60 | 18 | 1A | 13B | 5C | 26 |
| Octal | 274 | 10 | 217 | 0 | 140 | 30 | 32 | 473 | 134 | 46 |
| Binary | 10111100 | 1000 | 10001111 | 0 | 1100000 | 11000 | 11010 | 100111011 | 1011100 | 100110 |
Color Harmonies of #BC088F
Complementary color
Monochromatic Colors of #BC088F
Black with #BC088F
Text Example
Text Example
White with #BC088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC088F; }
p { color: rgb(188,8,143); }
H1.HeaderClassName
{
color: #BC088F;
}
.AnyTagClassName
{
color: #BC088F;
}
</style>
background-color css
<style>
a { background-color: #BC088F; }
a { background-color: rgb(188,8,143); }
div.DivClassName
{
background-color: #BC088F;
}
.BgClassName
{
background-color: #BC088F;
}
</style>
border-color css
<style>
span { border-color: #BC088F; }
span { border-color: rgb(188,8,143); }
td.TdClassName
{
border-color: #BC088F;
}
.TagClassName
{
border-color: #BC088F;
}
</style>