Shades of Medium Violet Red #BC12A8
Tints of Medium Violet Red #BC12A8
RGB
CMYK
RGB Variations
Color information
#BC12A8 (or 0xBC12A8) is known color: Medium Violet Red. HEX triplet: BC, 12 and A8. RGB value is (188,18,168). Sum of RGB (Red+Green+Blue) = 188+18+168=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC12A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC12A8 is #43ED57. Grayscale: #555555. Windows color (decimal): -4451672 or 11014844. OLE color: 11014844.
HSL color Cylindrical-coordinate representation of color #BC12A8: hue angle of 307.06º 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 #BC12A8 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 168 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.26 |
| HSL | 307.06º | 0.83% | 0.4% | - |
| HSV(B) | 307.06º | 0.9% | 0.74% | - |
| XYZ | 28.02 | 13.95 | 38.26 | - |
| YUV | 85.93 | 174.32 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 168 | 0 | 0.90 | 0.11 | 0.26 | 307.06 | 0.83 | 0.4 |
| Hex | BC | 12 | A8 | 0 | 5A | B | 1A | 133 | 53 | 28 |
| Octal | 274 | 22 | 250 | 0 | 132 | 13 | 32 | 463 | 123 | 50 |
| Binary | 10111100 | 10010 | 10101000 | 0 | 1011010 | 1011 | 11010 | 100110011 | 1010011 | 101000 |
Color Harmonies of #BC12A8
Complementary color
Monochromatic Colors of #BC12A8
Black with #BC12A8
Text Example
Text Example
White with #BC12A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC12A8; }
p { color: rgb(188,18,168); }
H1.HeaderClassName
{
color: #BC12A8;
}
.AnyTagClassName
{
color: #BC12A8;
}
</style>
background-color css
<style>
a { background-color: #BC12A8; }
a { background-color: rgb(188,18,168); }
div.DivClassName
{
background-color: #BC12A8;
}
.BgClassName
{
background-color: #BC12A8;
}
</style>
border-color css
<style>
span { border-color: #BC12A8; }
span { border-color: rgb(188,18,168); }
td.TdClassName
{
border-color: #BC12A8;
}
.TagClassName
{
border-color: #BC12A8;
}
</style>