Shades of Medium Violet Red #BC109E
Tints of Medium Violet Red #BC109E
RGB
CMYK
RGB Variations
Color information
#BC109E (or 0xBC109E) is known color: Medium Violet Red. HEX triplet: BC, 10 and 9E. RGB value is (188,16,158). Sum of RGB (Red+Green+Blue) = 188+16+158=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC109E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC109E is #43EF61. Grayscale: #535353. Windows color (decimal): -4452194 or 10358972. OLE color: 10358972.
HSL color Cylindrical-coordinate representation of color #BC109E: hue angle of 310.47º 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 #BC109E is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 158 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.26 |
| HSL | 310.47º | 0.84% | 0.4% | - |
| HSV(B) | 310.47º | 0.91% | 0.74% | - |
| XYZ | 27.1 | 13.53 | 33.53 | - |
| YUV | 83.62 | 169.98 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 158 | 0 | 0.91 | 0.16 | 0.26 | 310.47 | 0.84 | 0.4 |
| Hex | BC | 10 | 9E | 0 | 5B | 10 | 1A | 136 | 54 | 28 |
| Octal | 274 | 20 | 236 | 0 | 133 | 20 | 32 | 466 | 124 | 50 |
| Binary | 10111100 | 10000 | 10011110 | 0 | 1011011 | 10000 | 11010 | 100110110 | 1010100 | 101000 |
Color Harmonies of #BC109E
Complementary color
Monochromatic Colors of #BC109E
Black with #BC109E
Text Example
Text Example
White with #BC109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC109E; }
p { color: rgb(188,16,158); }
H1.HeaderClassName
{
color: #BC109E;
}
.AnyTagClassName
{
color: #BC109E;
}
</style>
background-color css
<style>
a { background-color: #BC109E; }
a { background-color: rgb(188,16,158); }
div.DivClassName
{
background-color: #BC109E;
}
.BgClassName
{
background-color: #BC109E;
}
</style>
border-color css
<style>
span { border-color: #BC109E; }
span { border-color: rgb(188,16,158); }
td.TdClassName
{
border-color: #BC109E;
}
.TagClassName
{
border-color: #BC109E;
}
</style>