Shades of Medium Violet Red #BC106F
Tints of Medium Violet Red #BC106F
RGB
CMYK
RGB Variations
Color information
#BC106F (or 0xBC106F) is known color: Medium Violet Red. HEX triplet: BC, 10 and 6F. RGB value is (188,16,111). Sum of RGB (Red+Green+Blue) = 188+16+111=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC106F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC106F is #43EF90. Grayscale: #4E4E4E. Windows color (decimal): -4452241 or 7278780. OLE color: 7278780.
HSL color Cylindrical-coordinate representation of color #BC106F: hue angle of 326.86º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC106F is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 111 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.26 |
| HSL | 326.86º | 0.84% | 0.4% | - |
| HSV(B) | 326.86º | 0.91% | 0.74% | - |
| XYZ | 23.79 | 12.21 | 16.14 | - |
| YUV | 78.26 | 146.48 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 111 | 0 | 0.91 | 0.41 | 0.26 | 326.86 | 0.84 | 0.4 |
| Hex | BC | 10 | 6F | 0 | 5B | 29 | 1A | 147 | 54 | 28 |
| Octal | 274 | 20 | 157 | 0 | 133 | 51 | 32 | 507 | 124 | 50 |
| Binary | 10111100 | 10000 | 1101111 | 0 | 1011011 | 101001 | 11010 | 101000111 | 1010100 | 101000 |
Color Harmonies of #BC106F
Complementary color
Monochromatic Colors of #BC106F
Black with #BC106F
Text Example
Text Example
White with #BC106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC106F; }
p { color: rgb(188,16,111); }
H1.HeaderClassName
{
color: #BC106F;
}
.AnyTagClassName
{
color: #BC106F;
}
</style>
background-color css
<style>
a { background-color: #BC106F; }
a { background-color: rgb(188,16,111); }
div.DivClassName
{
background-color: #BC106F;
}
.BgClassName
{
background-color: #BC106F;
}
</style>
border-color css
<style>
span { border-color: #BC106F; }
span { border-color: rgb(188,16,111); }
td.TdClassName
{
border-color: #BC106F;
}
.TagClassName
{
border-color: #BC106F;
}
</style>