Shades of Medium Violet Red #BC1199
Tints of Medium Violet Red #BC1199
RGB
CMYK
RGB Variations
Color information
#BC1199 (or 0xBC1199) is known color: Medium Violet Red. HEX triplet: BC, 11 and 99. RGB value is (188,17,153). Sum of RGB (Red+Green+Blue) = 188+17+153=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1199 is #43EE66. Grayscale: #535353. Windows color (decimal): -4451943 or 10031548. OLE color: 10031548.
HSL color Cylindrical-coordinate representation of color #BC1199: hue angle of 312.28º degrees, saturation: 0.83, 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 #BC1199 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 153 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.26 |
| HSL | 312.28º | 0.83% | 0.4% | - |
| HSV(B) | 312.28º | 0.91% | 0.74% | - |
| XYZ | 26.69 | 13.39 | 31.32 | - |
| YUV | 83.63 | 167.15 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 153 | 0 | 0.91 | 0.19 | 0.26 | 312.28 | 0.83 | 0.4 |
| Hex | BC | 11 | 99 | 0 | 5B | 13 | 1A | 138 | 53 | 28 |
| Octal | 274 | 21 | 231 | 0 | 133 | 23 | 32 | 470 | 123 | 50 |
| Binary | 10111100 | 10001 | 10011001 | 0 | 1011011 | 10011 | 11010 | 100111000 | 1010011 | 101000 |
Color Harmonies of #BC1199
Complementary color
Monochromatic Colors of #BC1199
Black with #BC1199
Text Example
Text Example
White with #BC1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1199; }
p { color: rgb(188,17,153); }
H1.HeaderClassName
{
color: #BC1199;
}
.AnyTagClassName
{
color: #BC1199;
}
</style>
background-color css
<style>
a { background-color: #BC1199; }
a { background-color: rgb(188,17,153); }
div.DivClassName
{
background-color: #BC1199;
}
.BgClassName
{
background-color: #BC1199;
}
</style>
border-color css
<style>
span { border-color: #BC1199; }
span { border-color: rgb(188,17,153); }
td.TdClassName
{
border-color: #BC1199;
}
.TagClassName
{
border-color: #BC1199;
}
</style>