Shades of Medium Violet Red #BC14A1
Tints of Medium Violet Red #BC14A1
RGB
CMYK
RGB Variations
Color information
#BC14A1 (or 0xBC14A1) is known color: Medium Violet Red. HEX triplet: BC, 14 and A1. RGB value is (188,20,161). Sum of RGB (Red+Green+Blue) = 188+20+161=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC14A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC14A1 is #43EB5E. Grayscale: #555555. Windows color (decimal): -4451167 or 10556604. OLE color: 10556604.
HSL color Cylindrical-coordinate representation of color #BC14A1: hue angle of 309.64º 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 #BC14A1 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 161 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.26 |
| HSL | 309.64º | 0.81% | 0.41% | - |
| HSV(B) | 309.64º | 0.89% | 0.74% | - |
| XYZ | 27.42 | 13.76 | 34.93 | - |
| YUV | 86.31 | 170.16 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 161 | 0 | 0.89 | 0.14 | 0.26 | 309.64 | 0.81 | 0.41 |
| Hex | BC | 14 | A1 | 0 | 59 | E | 1A | 136 | 51 | 29 |
| Octal | 274 | 24 | 241 | 0 | 131 | 16 | 32 | 466 | 121 | 51 |
| Binary | 10111100 | 10100 | 10100001 | 0 | 1011001 | 1110 | 11010 | 100110110 | 1010001 | 101001 |
Color Harmonies of #BC14A1
Complementary color
Monochromatic Colors of #BC14A1
Black with #BC14A1
Text Example
Text Example
White with #BC14A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14A1; }
p { color: rgb(188,20,161); }
H1.HeaderClassName
{
color: #BC14A1;
}
.AnyTagClassName
{
color: #BC14A1;
}
</style>
background-color css
<style>
a { background-color: #BC14A1; }
a { background-color: rgb(188,20,161); }
div.DivClassName
{
background-color: #BC14A1;
}
.BgClassName
{
background-color: #BC14A1;
}
</style>
border-color css
<style>
span { border-color: #BC14A1; }
span { border-color: rgb(188,20,161); }
td.TdClassName
{
border-color: #BC14A1;
}
.TagClassName
{
border-color: #BC14A1;
}
</style>