Shades of Medium Violet Red #BC0F8F
Tints of Medium Violet Red #BC0F8F
RGB
CMYK
RGB Variations
Color information
#BC0F8F (or 0xBC0F8F) is known color: Medium Violet Red. HEX triplet: BC, 0F and 8F. RGB value is (188,15,143). Sum of RGB (Red+Green+Blue) = 188+15+143=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0F8F is #43F070. Grayscale: #505050. Windows color (decimal): -4452465 or 9375676. OLE color: 9375676.
HSL color Cylindrical-coordinate representation of color #BC0F8F: hue angle of 315.61º 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 #BC0F8F is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 15 | 143 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.26 |
| HSL | 315.61º | 0.85% | 0.4% | - |
| HSV(B) | 315.61º | 0.92% | 0.74% | - |
| XYZ | 25.87 | 13.02 | 27.14 | - |
| YUV | 81.32 | 162.81 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 143 | 0 | 0.92 | 0.24 | 0.26 | 315.61 | 0.85 | 0.4 |
| Hex | BC | F | 8F | 0 | 5C | 18 | 1A | 13C | 55 | 28 |
| Octal | 274 | 17 | 217 | 0 | 134 | 30 | 32 | 474 | 125 | 50 |
| Binary | 10111100 | 1111 | 10001111 | 0 | 1011100 | 11000 | 11010 | 100111100 | 1010101 | 101000 |
Color Harmonies of #BC0F8F
Complementary color
Monochromatic Colors of #BC0F8F
Black with #BC0F8F
Text Example
Text Example
White with #BC0F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0F8F; }
p { color: rgb(188,15,143); }
H1.HeaderClassName
{
color: #BC0F8F;
}
.AnyTagClassName
{
color: #BC0F8F;
}
</style>
background-color css
<style>
a { background-color: #BC0F8F; }
a { background-color: rgb(188,15,143); }
div.DivClassName
{
background-color: #BC0F8F;
}
.BgClassName
{
background-color: #BC0F8F;
}
</style>
border-color css
<style>
span { border-color: #BC0F8F; }
span { border-color: rgb(188,15,143); }
td.TdClassName
{
border-color: #BC0F8F;
}
.TagClassName
{
border-color: #BC0F8F;
}
</style>