Shades of Medium Violet Red #BC108E
Tints of Medium Violet Red #BC108E
RGB
CMYK
RGB Variations
Color information
#BC108E (or 0xBC108E) is known color: Medium Violet Red. HEX triplet: BC, 10 and 8E. RGB value is (188,16,142). Sum of RGB (Red+Green+Blue) = 188+16+142=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC108E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC108E is #43EF71. Grayscale: #515151. Windows color (decimal): -4452210 or 9310396. OLE color: 9310396.
HSL color Cylindrical-coordinate representation of color #BC108E: hue angle of 316.05º 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 #BC108E is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 142 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.26 |
| HSL | 316.05º | 0.84% | 0.4% | - |
| HSV(B) | 316.05º | 0.91% | 0.74% | - |
| XYZ | 25.81 | 13.01 | 26.74 | - |
| YUV | 81.79 | 161.98 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 142 | 0 | 0.91 | 0.24 | 0.26 | 316.05 | 0.84 | 0.4 |
| Hex | BC | 10 | 8E | 0 | 5B | 18 | 1A | 13C | 54 | 28 |
| Octal | 274 | 20 | 216 | 0 | 133 | 30 | 32 | 474 | 124 | 50 |
| Binary | 10111100 | 10000 | 10001110 | 0 | 1011011 | 11000 | 11010 | 100111100 | 1010100 | 101000 |
Color Harmonies of #BC108E
Complementary color
Monochromatic Colors of #BC108E
Black with #BC108E
Text Example
Text Example
White with #BC108E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC108E; }
p { color: rgb(188,16,142); }
H1.HeaderClassName
{
color: #BC108E;
}
.AnyTagClassName
{
color: #BC108E;
}
</style>
background-color css
<style>
a { background-color: #BC108E; }
a { background-color: rgb(188,16,142); }
div.DivClassName
{
background-color: #BC108E;
}
.BgClassName
{
background-color: #BC108E;
}
</style>
border-color css
<style>
span { border-color: #BC108E; }
span { border-color: rgb(188,16,142); }
td.TdClassName
{
border-color: #BC108E;
}
.TagClassName
{
border-color: #BC108E;
}
</style>