Shades of Medium Violet Red #BC14A8
Tints of Medium Violet Red #BC14A8
RGB
CMYK
RGB Variations
Color information
#BC14A8 (or 0xBC14A8) is known color: Medium Violet Red. HEX triplet: BC, 14 and A8. RGB value is (188,20,168). Sum of RGB (Red+Green+Blue) = 188+20+168=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC14A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC14A8 is #43EB57. Grayscale: #565656. Windows color (decimal): -4451160 or 11015356. OLE color: 11015356.
HSL color Cylindrical-coordinate representation of color #BC14A8: hue angle of 307.14º 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 #BC14A8 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 168 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.26 |
| HSL | 307.14º | 0.81% | 0.41% | - |
| HSV(B) | 307.14º | 0.89% | 0.74% | - |
| XYZ | 28.06 | 14.02 | 38.27 | - |
| YUV | 87.1 | 173.66 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 168 | 0 | 0.89 | 0.11 | 0.26 | 307.14 | 0.81 | 0.41 |
| Hex | BC | 14 | A8 | 0 | 59 | B | 1A | 133 | 51 | 29 |
| Octal | 274 | 24 | 250 | 0 | 131 | 13 | 32 | 463 | 121 | 51 |
| Binary | 10111100 | 10100 | 10101000 | 0 | 1011001 | 1011 | 11010 | 100110011 | 1010001 | 101001 |
Color Harmonies of #BC14A8
Complementary color
Monochromatic Colors of #BC14A8
Black with #BC14A8
Text Example
Text Example
White with #BC14A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14A8; }
p { color: rgb(188,20,168); }
H1.HeaderClassName
{
color: #BC14A8;
}
.AnyTagClassName
{
color: #BC14A8;
}
</style>
background-color css
<style>
a { background-color: #BC14A8; }
a { background-color: rgb(188,20,168); }
div.DivClassName
{
background-color: #BC14A8;
}
.BgClassName
{
background-color: #BC14A8;
}
</style>
border-color css
<style>
span { border-color: #BC14A8; }
span { border-color: rgb(188,20,168); }
td.TdClassName
{
border-color: #BC14A8;
}
.TagClassName
{
border-color: #BC14A8;
}
</style>