Shades of Medium Violet Red #BC0CA1
Tints of Medium Violet Red #BC0CA1
RGB
CMYK
RGB Variations
Color information
#BC0CA1 (or 0xBC0CA1) is known color: Medium Violet Red. HEX triplet: BC, 0C and A1. RGB value is (188,12,161). Sum of RGB (Red+Green+Blue) = 188+12+161=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0CA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0CA1 is #43F35E. Grayscale: #515151. Windows color (decimal): -4453215 or 10554556. OLE color: 10554556.
HSL color Cylindrical-coordinate representation of color #BC0CA1: hue angle of 309.2º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0CA1 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 161 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.26 |
| HSL | 309.2º | 0.88% | 0.39% | - |
| HSV(B) | 309.2º | 0.94% | 0.74% | - |
| XYZ | 27.3 | 13.53 | 34.89 | - |
| YUV | 81.61 | 172.81 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 161 | 0 | 0.94 | 0.14 | 0.26 | 309.2 | 0.88 | 0.39 |
| Hex | BC | C | A1 | 0 | 5E | E | 1A | 135 | 58 | 27 |
| Octal | 274 | 14 | 241 | 0 | 136 | 16 | 32 | 465 | 130 | 47 |
| Binary | 10111100 | 1100 | 10100001 | 0 | 1011110 | 1110 | 11010 | 100110101 | 1011000 | 100111 |
Color Harmonies of #BC0CA1
Complementary color
Monochromatic Colors of #BC0CA1
Black with #BC0CA1
Text Example
Text Example
White with #BC0CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0CA1; }
p { color: rgb(188,12,161); }
H1.HeaderClassName
{
color: #BC0CA1;
}
.AnyTagClassName
{
color: #BC0CA1;
}
</style>
background-color css
<style>
a { background-color: #BC0CA1; }
a { background-color: rgb(188,12,161); }
div.DivClassName
{
background-color: #BC0CA1;
}
.BgClassName
{
background-color: #BC0CA1;
}
</style>
border-color css
<style>
span { border-color: #BC0CA1; }
span { border-color: rgb(188,12,161); }
td.TdClassName
{
border-color: #BC0CA1;
}
.TagClassName
{
border-color: #BC0CA1;
}
</style>