Shades of Medium Violet Red #BC107C
Tints of Medium Violet Red #BC107C
RGB
CMYK
RGB Variations
Color information
#BC107C (or 0xBC107C) is known color: Medium Violet Red. HEX triplet: BC, 10 and 7C. RGB value is (188,16,124). Sum of RGB (Red+Green+Blue) = 188+16+124=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC107C is #43EF83. Grayscale: #4F4F4F. Windows color (decimal): -4452228 or 8130748. OLE color: 8130748.
HSL color Cylindrical-coordinate representation of color #BC107C: hue angle of 322.33º 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 #BC107C is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 124 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.26 |
| HSL | 322.33º | 0.84% | 0.4% | - |
| HSV(B) | 322.33º | 0.91% | 0.74% | - |
| XYZ | 24.56 | 12.52 | 20.19 | - |
| YUV | 79.74 | 152.98 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 124 | 0 | 0.91 | 0.34 | 0.26 | 322.33 | 0.84 | 0.4 |
| Hex | BC | 10 | 7C | 0 | 5B | 22 | 1A | 142 | 54 | 28 |
| Octal | 274 | 20 | 174 | 0 | 133 | 42 | 32 | 502 | 124 | 50 |
| Binary | 10111100 | 10000 | 1111100 | 0 | 1011011 | 100010 | 11010 | 101000010 | 1010100 | 101000 |
Color Harmonies of #BC107C
Complementary color
Monochromatic Colors of #BC107C
Black with #BC107C
Text Example
Text Example
White with #BC107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC107C; }
p { color: rgb(188,16,124); }
H1.HeaderClassName
{
color: #BC107C;
}
.AnyTagClassName
{
color: #BC107C;
}
</style>
background-color css
<style>
a { background-color: #BC107C; }
a { background-color: rgb(188,16,124); }
div.DivClassName
{
background-color: #BC107C;
}
.BgClassName
{
background-color: #BC107C;
}
</style>
border-color css
<style>
span { border-color: #BC107C; }
span { border-color: rgb(188,16,124); }
td.TdClassName
{
border-color: #BC107C;
}
.TagClassName
{
border-color: #BC107C;
}
</style>