Shades of Medium Violet Red #BC109F
Tints of Medium Violet Red #BC109F
RGB
CMYK
RGB Variations
Color information
#BC109F (or 0xBC109F) is known color: Medium Violet Red. HEX triplet: BC, 10 and 9F. RGB value is (188,16,159). Sum of RGB (Red+Green+Blue) = 188+16+159=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC109F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC109F is #43EF60. Grayscale: #535353. Windows color (decimal): -4452193 or 10424508. OLE color: 10424508.
HSL color Cylindrical-coordinate representation of color #BC109F: hue angle of 310.12º 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 #BC109F is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 159 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.26 |
| HSL | 310.12º | 0.84% | 0.4% | - |
| HSV(B) | 310.12º | 0.91% | 0.74% | - |
| XYZ | 27.18 | 13.57 | 33.99 | - |
| YUV | 83.73 | 170.48 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 159 | 0 | 0.91 | 0.15 | 0.26 | 310.12 | 0.84 | 0.4 |
| Hex | BC | 10 | 9F | 0 | 5B | F | 1A | 136 | 54 | 28 |
| Octal | 274 | 20 | 237 | 0 | 133 | 17 | 32 | 466 | 124 | 50 |
| Binary | 10111100 | 10000 | 10011111 | 0 | 1011011 | 1111 | 11010 | 100110110 | 1010100 | 101000 |
Color Harmonies of #BC109F
Complementary color
Monochromatic Colors of #BC109F
Black with #BC109F
Text Example
Text Example
White with #BC109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC109F; }
p { color: rgb(188,16,159); }
H1.HeaderClassName
{
color: #BC109F;
}
.AnyTagClassName
{
color: #BC109F;
}
</style>
background-color css
<style>
a { background-color: #BC109F; }
a { background-color: rgb(188,16,159); }
div.DivClassName
{
background-color: #BC109F;
}
.BgClassName
{
background-color: #BC109F;
}
</style>
border-color css
<style>
span { border-color: #BC109F; }
span { border-color: rgb(188,16,159); }
td.TdClassName
{
border-color: #BC109F;
}
.TagClassName
{
border-color: #BC109F;
}
</style>