Shades of Medium Violet Red #BC088E
Tints of Medium Violet Red #BC088E
RGB
CMYK
RGB Variations
Color information
#BC088E (or 0xBC088E) is known color: Medium Violet Red. HEX triplet: BC, 08 and 8E. RGB value is (188,8,142). Sum of RGB (Red+Green+Blue) = 188+8+142=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC088E is #43F771. Grayscale: #4C4C4C. Windows color (decimal): -4454258 or 9308348. OLE color: 9308348.
HSL color Cylindrical-coordinate representation of color #BC088E: hue angle of 315.33º 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 #BC088E is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 142 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.26 |
| HSL | 315.33º | 0.92% | 0.38% | - |
| HSV(B) | 315.33º | 0.96% | 0.74% | - |
| XYZ | 25.71 | 12.82 | 26.71 | - |
| YUV | 77.1 | 164.63 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 142 | 0 | 0.96 | 0.24 | 0.26 | 315.33 | 0.92 | 0.38 |
| Hex | BC | 8 | 8E | 0 | 60 | 18 | 1A | 13B | 5C | 26 |
| Octal | 274 | 10 | 216 | 0 | 140 | 30 | 32 | 473 | 134 | 46 |
| Binary | 10111100 | 1000 | 10001110 | 0 | 1100000 | 11000 | 11010 | 100111011 | 1011100 | 100110 |
Color Harmonies of #BC088E
Complementary color
Monochromatic Colors of #BC088E
Black with #BC088E
Text Example
Text Example
White with #BC088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC088E; }
p { color: rgb(188,8,142); }
H1.HeaderClassName
{
color: #BC088E;
}
.AnyTagClassName
{
color: #BC088E;
}
</style>
background-color css
<style>
a { background-color: #BC088E; }
a { background-color: rgb(188,8,142); }
div.DivClassName
{
background-color: #BC088E;
}
.BgClassName
{
background-color: #BC088E;
}
</style>
border-color css
<style>
span { border-color: #BC088E; }
span { border-color: rgb(188,8,142); }
td.TdClassName
{
border-color: #BC088E;
}
.TagClassName
{
border-color: #BC088E;
}
</style>