Shades of Medium Violet Red #BC0F88
Tints of Medium Violet Red #BC0F88
RGB
CMYK
RGB Variations
Color information
#BC0F88 (or 0xBC0F88) is known color: Medium Violet Red. HEX triplet: BC, 0F and 88. RGB value is (188,15,136). Sum of RGB (Red+Green+Blue) = 188+15+136=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0F88 is #43F077. Grayscale: #505050. Windows color (decimal): -4452472 or 8916924. OLE color: 8916924.
HSL color Cylindrical-coordinate representation of color #BC0F88: hue angle of 318.03º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC0F88 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 15 | 136 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.26 |
| HSL | 318.03º | 0.85% | 0.4% | - |
| HSV(B) | 318.03º | 0.92% | 0.74% | - |
| XYZ | 25.35 | 12.81 | 24.43 | - |
| YUV | 80.52 | 159.31 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 136 | 0 | 0.92 | 0.28 | 0.26 | 318.03 | 0.85 | 0.4 |
| Hex | BC | F | 88 | 0 | 5C | 1C | 1A | 13E | 55 | 28 |
| Octal | 274 | 17 | 210 | 0 | 134 | 34 | 32 | 476 | 125 | 50 |
| Binary | 10111100 | 1111 | 10001000 | 0 | 1011100 | 11100 | 11010 | 100111110 | 1010101 | 101000 |
Color Harmonies of #BC0F88
Complementary color
Monochromatic Colors of #BC0F88
Black with #BC0F88
Text Example
Text Example
White with #BC0F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0F88; }
p { color: rgb(188,15,136); }
H1.HeaderClassName
{
color: #BC0F88;
}
.AnyTagClassName
{
color: #BC0F88;
}
</style>
background-color css
<style>
a { background-color: #BC0F88; }
a { background-color: rgb(188,15,136); }
div.DivClassName
{
background-color: #BC0F88;
}
.BgClassName
{
background-color: #BC0F88;
}
</style>
border-color css
<style>
span { border-color: #BC0F88; }
span { border-color: rgb(188,15,136); }
td.TdClassName
{
border-color: #BC0F88;
}
.TagClassName
{
border-color: #BC0F88;
}
</style>