Shades of Medium Violet Red #BC1FAC
Tints of Medium Violet Red #BC1FAC
RGB
CMYK
RGB Variations
Color information
#BC1FAC (or 0xBC1FAC) is known color: Medium Violet Red. HEX triplet: BC, 1F and AC. RGB value is (188,31,172). Sum of RGB (Red+Green+Blue) = 188+31+172=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1FAC is #43E053. Grayscale: #5D5D5D. Windows color (decimal): -4448340 or 11280316. OLE color: 11280316.
HSL color Cylindrical-coordinate representation of color #BC1FAC: hue angle of 306.11º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1FAC is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 172 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.26 |
| HSL | 306.11º | 0.72% | 0.43% | - |
| HSV(B) | 306.11º | 0.84% | 0.74% | - |
| XYZ | 28.68 | 14.65 | 40.35 | - |
| YUV | 94.02 | 172.01 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 172 | 0 | 0.84 | 0.09 | 0.26 | 306.11 | 0.72 | 0.43 |
| Hex | BC | 1F | AC | 0 | 54 | 9 | 1A | 132 | 48 | 2B |
| Octal | 274 | 37 | 254 | 0 | 124 | 11 | 32 | 462 | 110 | 53 |
| Binary | 10111100 | 11111 | 10101100 | 0 | 1010100 | 1001 | 11010 | 100110010 | 1001000 | 101011 |
Color Harmonies of #BC1FAC
Complementary color
Monochromatic Colors of #BC1FAC
Black with #BC1FAC
Text Example
Text Example
White with #BC1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1FAC; }
p { color: rgb(188,31,172); }
H1.HeaderClassName
{
color: #BC1FAC;
}
.AnyTagClassName
{
color: #BC1FAC;
}
</style>
background-color css
<style>
a { background-color: #BC1FAC; }
a { background-color: rgb(188,31,172); }
div.DivClassName
{
background-color: #BC1FAC;
}
.BgClassName
{
background-color: #BC1FAC;
}
</style>
border-color css
<style>
span { border-color: #BC1FAC; }
span { border-color: rgb(188,31,172); }
td.TdClassName
{
border-color: #BC1FAC;
}
.TagClassName
{
border-color: #BC1FAC;
}
</style>