Shades of Medium Violet Red #BC12A0
Tints of Medium Violet Red #BC12A0
RGB
CMYK
RGB Variations
Color information
#BC12A0 (or 0xBC12A0) is known color: Medium Violet Red. HEX triplet: BC, 12 and A0. RGB value is (188,18,160). Sum of RGB (Red+Green+Blue) = 188+18+160=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC12A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC12A0 is #43ED5F. Grayscale: #545454. Windows color (decimal): -4451680 or 10490556. OLE color: 10490556.
HSL color Cylindrical-coordinate representation of color #BC12A0: hue angle of 309.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC12A0 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 160 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.26 |
| HSL | 309.88º | 0.83% | 0.4% | - |
| HSV(B) | 309.88º | 0.9% | 0.74% | - |
| XYZ | 27.3 | 13.66 | 34.46 | - |
| YUV | 85.02 | 170.32 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 160 | 0 | 0.90 | 0.15 | 0.26 | 309.88 | 0.83 | 0.4 |
| Hex | BC | 12 | A0 | 0 | 5A | F | 1A | 136 | 53 | 28 |
| Octal | 274 | 22 | 240 | 0 | 132 | 17 | 32 | 466 | 123 | 50 |
| Binary | 10111100 | 10010 | 10100000 | 0 | 1011010 | 1111 | 11010 | 100110110 | 1010011 | 101000 |
Color Harmonies of #BC12A0
Complementary color
Monochromatic Colors of #BC12A0
Black with #BC12A0
Text Example
Text Example
White with #BC12A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC12A0; }
p { color: rgb(188,18,160); }
H1.HeaderClassName
{
color: #BC12A0;
}
.AnyTagClassName
{
color: #BC12A0;
}
</style>
background-color css
<style>
a { background-color: #BC12A0; }
a { background-color: rgb(188,18,160); }
div.DivClassName
{
background-color: #BC12A0;
}
.BgClassName
{
background-color: #BC12A0;
}
</style>
border-color css
<style>
span { border-color: #BC12A0; }
span { border-color: rgb(188,18,160); }
td.TdClassName
{
border-color: #BC12A0;
}
.TagClassName
{
border-color: #BC12A0;
}
</style>