Shades of Medium Violet Red #BC149C
Tints of Medium Violet Red #BC149C
RGB
CMYK
RGB Variations
Color information
#BC149C (or 0xBC149C) is known color: Medium Violet Red. HEX triplet: BC, 14 and 9C. RGB value is (188,20,156). Sum of RGB (Red+Green+Blue) = 188+20+156=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC149C is #43EB63. Grayscale: #555555. Windows color (decimal): -4451172 or 10228924. OLE color: 10228924.
HSL color Cylindrical-coordinate representation of color #BC149C: hue angle of 311.43º degrees, saturation: 0.81, 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 #BC149C is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 156 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.26 |
| HSL | 311.43º | 0.81% | 0.41% | - |
| HSV(B) | 311.43º | 0.89% | 0.74% | - |
| XYZ | 26.99 | 13.59 | 32.65 | - |
| YUV | 85.74 | 167.66 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 156 | 0 | 0.89 | 0.17 | 0.26 | 311.43 | 0.81 | 0.41 |
| Hex | BC | 14 | 9C | 0 | 59 | 11 | 1A | 137 | 51 | 29 |
| Octal | 274 | 24 | 234 | 0 | 131 | 21 | 32 | 467 | 121 | 51 |
| Binary | 10111100 | 10100 | 10011100 | 0 | 1011001 | 10001 | 11010 | 100110111 | 1010001 | 101001 |
Color Harmonies of #BC149C
Complementary color
Monochromatic Colors of #BC149C
Black with #BC149C
Text Example
Text Example
White with #BC149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC149C; }
p { color: rgb(188,20,156); }
H1.HeaderClassName
{
color: #BC149C;
}
.AnyTagClassName
{
color: #BC149C;
}
</style>
background-color css
<style>
a { background-color: #BC149C; }
a { background-color: rgb(188,20,156); }
div.DivClassName
{
background-color: #BC149C;
}
.BgClassName
{
background-color: #BC149C;
}
</style>
border-color css
<style>
span { border-color: #BC149C; }
span { border-color: rgb(188,20,156); }
td.TdClassName
{
border-color: #BC149C;
}
.TagClassName
{
border-color: #BC149C;
}
</style>