Shades of Medium Violet Red #BC1CAB
Tints of Medium Violet Red #BC1CAB
RGB
CMYK
RGB Variations
Color information
#BC1CAB (or 0xBC1CAB) is known color: Medium Violet Red. HEX triplet: BC, 1C and AB. RGB value is (188,28,171). Sum of RGB (Red+Green+Blue) = 188+28+171=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1CAB is #43E354. Grayscale: #5B5B5B. Windows color (decimal): -4449109 or 11214012. OLE color: 11214012.
HSL color Cylindrical-coordinate representation of color #BC1CAB: hue angle of 306.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1CAB is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 28 | 171 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.26 |
| HSL | 306.38º | 0.74% | 0.42% | - |
| HSV(B) | 306.38º | 0.85% | 0.74% | - |
| XYZ | 28.5 | 14.46 | 39.82 | - |
| YUV | 92.14 | 172.51 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 171 | 0 | 0.85 | 0.09 | 0.26 | 306.38 | 0.74 | 0.42 |
| Hex | BC | 1C | AB | 0 | 55 | 9 | 1A | 132 | 4A | 2A |
| Octal | 274 | 34 | 253 | 0 | 125 | 11 | 32 | 462 | 112 | 52 |
| Binary | 10111100 | 11100 | 10101011 | 0 | 1010101 | 1001 | 11010 | 100110010 | 1001010 | 101010 |
Color Harmonies of #BC1CAB
Complementary color
Monochromatic Colors of #BC1CAB
Black with #BC1CAB
Text Example
Text Example
White with #BC1CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1CAB; }
p { color: rgb(188,28,171); }
H1.HeaderClassName
{
color: #BC1CAB;
}
.AnyTagClassName
{
color: #BC1CAB;
}
</style>
background-color css
<style>
a { background-color: #BC1CAB; }
a { background-color: rgb(188,28,171); }
div.DivClassName
{
background-color: #BC1CAB;
}
.BgClassName
{
background-color: #BC1CAB;
}
</style>
border-color css
<style>
span { border-color: #BC1CAB; }
span { border-color: rgb(188,28,171); }
td.TdClassName
{
border-color: #BC1CAB;
}
.TagClassName
{
border-color: #BC1CAB;
}
</style>