Shades of Medium Red Violet #BC2BAC
Tints of Medium Red Violet #BC2BAC
RGB
CMYK
RGB Variations
Color information
#BC2BAC (or 0xBC2BAC) is known color: Medium Red Violet. HEX triplet: BC, 2B and AC. RGB value is (188,43,172). Sum of RGB (Red+Green+Blue) = 188+43+172=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2BAC is #43D453. Grayscale: #646464. Windows color (decimal): -4445268 or 11283388. OLE color: 11283388.
HSL color Cylindrical-coordinate representation of color #BC2BAC: hue angle of 306.62º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2BAC is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 172 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.26 |
| HSL | 306.62º | 0.63% | 0.45% | - |
| HSV(B) | 306.62º | 0.77% | 0.74% | - |
| XYZ | 29.05 | 15.4 | 40.47 | - |
| YUV | 101.06 | 168.04 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 172 | 0 | 0.77 | 0.09 | 0.26 | 306.62 | 0.63 | 0.45 |
| Hex | BC | 2B | AC | 0 | 4D | 9 | 1A | 133 | 3F | 2D |
| Octal | 274 | 53 | 254 | 0 | 115 | 11 | 32 | 463 | 77 | 55 |
| Binary | 10111100 | 101011 | 10101100 | 0 | 1001101 | 1001 | 11010 | 100110011 | 111111 | 101101 |
Color Harmonies of #BC2BAC
Complementary color
Monochromatic Colors of #BC2BAC
Black with #BC2BAC
Text Example
Text Example
White with #BC2BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2BAC; }
p { color: rgb(188,43,172); }
H1.HeaderClassName
{
color: #BC2BAC;
}
.AnyTagClassName
{
color: #BC2BAC;
}
</style>
background-color css
<style>
a { background-color: #BC2BAC; }
a { background-color: rgb(188,43,172); }
div.DivClassName
{
background-color: #BC2BAC;
}
.BgClassName
{
background-color: #BC2BAC;
}
</style>
border-color css
<style>
span { border-color: #BC2BAC; }
span { border-color: rgb(188,43,172); }
td.TdClassName
{
border-color: #BC2BAC;
}
.TagClassName
{
border-color: #BC2BAC;
}
</style>