Shades of Medium Violet Red #BC0F80
Tints of Medium Violet Red #BC0F80
RGB
CMYK
RGB Variations
Color information
#BC0F80 (or 0xBC0F80) is known color: Medium Violet Red. HEX triplet: BC, 0F and 80. RGB value is (188,15,128). Sum of RGB (Red+Green+Blue) = 188+15+128=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0F80 is #43F07F. Grayscale: #4F4F4F. Windows color (decimal): -4452480 or 8392636. OLE color: 8392636.
HSL color Cylindrical-coordinate representation of color #BC0F80: hue angle of 320.81º 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 #BC0F80 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 15 | 128 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.26 |
| HSL | 320.81º | 0.85% | 0.4% | - |
| HSV(B) | 320.81º | 0.92% | 0.74% | - |
| XYZ | 24.81 | 12.59 | 21.55 | - |
| YUV | 79.61 | 155.31 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 128 | 0 | 0.92 | 0.32 | 0.26 | 320.81 | 0.85 | 0.4 |
| Hex | BC | F | 80 | 0 | 5C | 20 | 1A | 141 | 55 | 28 |
| Octal | 274 | 17 | 200 | 0 | 134 | 40 | 32 | 501 | 125 | 50 |
| Binary | 10111100 | 1111 | 10000000 | 0 | 1011100 | 100000 | 11010 | 101000001 | 1010101 | 101000 |
Color Harmonies of #BC0F80
Complementary color
Monochromatic Colors of #BC0F80
Black with #BC0F80
Text Example
Text Example
White with #BC0F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0F80; }
p { color: rgb(188,15,128); }
H1.HeaderClassName
{
color: #BC0F80;
}
.AnyTagClassName
{
color: #BC0F80;
}
</style>
background-color css
<style>
a { background-color: #BC0F80; }
a { background-color: rgb(188,15,128); }
div.DivClassName
{
background-color: #BC0F80;
}
.BgClassName
{
background-color: #BC0F80;
}
</style>
border-color css
<style>
span { border-color: #BC0F80; }
span { border-color: rgb(188,15,128); }
td.TdClassName
{
border-color: #BC0F80;
}
.TagClassName
{
border-color: #BC0F80;
}
</style>