Shades of Medium Violet Red #BC0C99
Tints of Medium Violet Red #BC0C99
RGB
CMYK
RGB Variations
Color information
#BC0C99 (or 0xBC0C99) is known color: Medium Violet Red. HEX triplet: BC, 0C and 99. RGB value is (188,12,153). Sum of RGB (Red+Green+Blue) = 188+12+153=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0C99 is #43F366. Grayscale: #505050. Windows color (decimal): -4453223 or 10030268. OLE color: 10030268.
HSL color Cylindrical-coordinate representation of color #BC0C99: hue angle of 311.93º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C99 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 153 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.26 |
| HSL | 311.93º | 0.88% | 0.39% | - |
| HSV(B) | 311.93º | 0.94% | 0.74% | - |
| XYZ | 26.62 | 13.25 | 31.29 | - |
| YUV | 80.7 | 168.81 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 153 | 0 | 0.94 | 0.19 | 0.26 | 311.93 | 0.88 | 0.39 |
| Hex | BC | C | 99 | 0 | 5E | 13 | 1A | 138 | 58 | 27 |
| Octal | 274 | 14 | 231 | 0 | 136 | 23 | 32 | 470 | 130 | 47 |
| Binary | 10111100 | 1100 | 10011001 | 0 | 1011110 | 10011 | 11010 | 100111000 | 1011000 | 100111 |
Color Harmonies of #BC0C99
Complementary color
Monochromatic Colors of #BC0C99
Black with #BC0C99
Text Example
Text Example
White with #BC0C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C99; }
p { color: rgb(188,12,153); }
H1.HeaderClassName
{
color: #BC0C99;
}
.AnyTagClassName
{
color: #BC0C99;
}
</style>
background-color css
<style>
a { background-color: #BC0C99; }
a { background-color: rgb(188,12,153); }
div.DivClassName
{
background-color: #BC0C99;
}
.BgClassName
{
background-color: #BC0C99;
}
</style>
border-color css
<style>
span { border-color: #BC0C99; }
span { border-color: rgb(188,12,153); }
td.TdClassName
{
border-color: #BC0C99;
}
.TagClassName
{
border-color: #BC0C99;
}
</style>