Shades of Medium Violet Red #BC109D
Tints of Medium Violet Red #BC109D
RGB
CMYK
RGB Variations
Color information
#BC109D (or 0xBC109D) is known color: Medium Violet Red. HEX triplet: BC, 10 and 9D. RGB value is (188,16,157). Sum of RGB (Red+Green+Blue) = 188+16+157=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC109D is #43EF62. Grayscale: #535353. Windows color (decimal): -4452195 or 10293436. OLE color: 10293436.
HSL color Cylindrical-coordinate representation of color #BC109D: hue angle of 310.81º 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 #BC109D is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 157 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.26 |
| HSL | 310.81º | 0.84% | 0.4% | - |
| HSV(B) | 310.81º | 0.91% | 0.74% | - |
| XYZ | 27.01 | 13.5 | 33.08 | - |
| YUV | 83.5 | 169.48 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 157 | 0 | 0.91 | 0.16 | 0.26 | 310.81 | 0.84 | 0.4 |
| Hex | BC | 10 | 9D | 0 | 5B | 10 | 1A | 137 | 54 | 28 |
| Octal | 274 | 20 | 235 | 0 | 133 | 20 | 32 | 467 | 124 | 50 |
| Binary | 10111100 | 10000 | 10011101 | 0 | 1011011 | 10000 | 11010 | 100110111 | 1010100 | 101000 |
Color Harmonies of #BC109D
Complementary color
Monochromatic Colors of #BC109D
Black with #BC109D
Text Example
Text Example
White with #BC109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC109D; }
p { color: rgb(188,16,157); }
H1.HeaderClassName
{
color: #BC109D;
}
.AnyTagClassName
{
color: #BC109D;
}
</style>
background-color css
<style>
a { background-color: #BC109D; }
a { background-color: rgb(188,16,157); }
div.DivClassName
{
background-color: #BC109D;
}
.BgClassName
{
background-color: #BC109D;
}
</style>
border-color css
<style>
span { border-color: #BC109D; }
span { border-color: rgb(188,16,157); }
td.TdClassName
{
border-color: #BC109D;
}
.TagClassName
{
border-color: #BC109D;
}
</style>