Shades of Medium Violet Red #BC159C
Tints of Medium Violet Red #BC159C
RGB
CMYK
RGB Variations
Color information
#BC159C (or 0xBC159C) is known color: Medium Violet Red. HEX triplet: BC, 15 and 9C. RGB value is (188,21,156). Sum of RGB (Red+Green+Blue) = 188+21+156=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC159C is #43EA63. Grayscale: #555555. Windows color (decimal): -4450916 or 10229180. OLE color: 10229180.
HSL color Cylindrical-coordinate representation of color #BC159C: hue angle of 311.5º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC159C is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 156 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.26 |
| HSL | 311.5º | 0.8% | 0.41% | - |
| HSV(B) | 311.5º | 0.89% | 0.74% | - |
| XYZ | 27.01 | 13.63 | 32.66 | - |
| YUV | 86.32 | 167.33 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 156 | 0 | 0.89 | 0.17 | 0.26 | 311.5 | 0.8 | 0.41 |
| Hex | BC | 15 | 9C | 0 | 59 | 11 | 1A | 137 | 50 | 29 |
| Octal | 274 | 25 | 234 | 0 | 131 | 21 | 32 | 467 | 120 | 51 |
| Binary | 10111100 | 10101 | 10011100 | 0 | 1011001 | 10001 | 11010 | 100110111 | 1010000 | 101001 |
Color Harmonies of #BC159C
Complementary color
Monochromatic Colors of #BC159C
Black with #BC159C
Text Example
Text Example
White with #BC159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC159C; }
p { color: rgb(188,21,156); }
H1.HeaderClassName
{
color: #BC159C;
}
.AnyTagClassName
{
color: #BC159C;
}
</style>
background-color css
<style>
a { background-color: #BC159C; }
a { background-color: rgb(188,21,156); }
div.DivClassName
{
background-color: #BC159C;
}
.BgClassName
{
background-color: #BC159C;
}
</style>
border-color css
<style>
span { border-color: #BC159C; }
span { border-color: rgb(188,21,156); }
td.TdClassName
{
border-color: #BC159C;
}
.TagClassName
{
border-color: #BC159C;
}
</style>