Shades of Medium Violet Red #BC106D
Tints of Medium Violet Red #BC106D
RGB
CMYK
RGB Variations
Color information
#BC106D (or 0xBC106D) is known color: Medium Violet Red. HEX triplet: BC, 10 and 6D. RGB value is (188,16,109). Sum of RGB (Red+Green+Blue) = 188+16+109=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC106D is #43EF92. Grayscale: #4D4D4D. Windows color (decimal): -4452243 or 7147708. OLE color: 7147708.
HSL color Cylindrical-coordinate representation of color #BC106D: hue angle of 327.56º 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 #BC106D is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 109 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.26 |
| HSL | 327.56º | 0.84% | 0.4% | - |
| HSV(B) | 327.56º | 0.91% | 0.74% | - |
| XYZ | 23.68 | 12.17 | 15.57 | - |
| YUV | 78.03 | 145.48 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 109 | 0 | 0.91 | 0.42 | 0.26 | 327.56 | 0.84 | 0.4 |
| Hex | BC | 10 | 6D | 0 | 5B | 2A | 1A | 148 | 54 | 28 |
| Octal | 274 | 20 | 155 | 0 | 133 | 52 | 32 | 510 | 124 | 50 |
| Binary | 10111100 | 10000 | 1101101 | 0 | 1011011 | 101010 | 11010 | 101001000 | 1010100 | 101000 |
Color Harmonies of #BC106D
Complementary color
Monochromatic Colors of #BC106D
Black with #BC106D
Text Example
Text Example
White with #BC106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC106D; }
p { color: rgb(188,16,109); }
H1.HeaderClassName
{
color: #BC106D;
}
.AnyTagClassName
{
color: #BC106D;
}
</style>
background-color css
<style>
a { background-color: #BC106D; }
a { background-color: rgb(188,16,109); }
div.DivClassName
{
background-color: #BC106D;
}
.BgClassName
{
background-color: #BC106D;
}
</style>
border-color css
<style>
span { border-color: #BC106D; }
span { border-color: rgb(188,16,109); }
td.TdClassName
{
border-color: #BC106D;
}
.TagClassName
{
border-color: #BC106D;
}
</style>