Shades of Medium Violet Red #BC1EAC
Tints of Medium Violet Red #BC1EAC
RGB
CMYK
RGB Variations
Color information
#BC1EAC (or 0xBC1EAC) is known color: Medium Violet Red. HEX triplet: BC, 1E and AC. RGB value is (188,30,172). Sum of RGB (Red+Green+Blue) = 188+30+172=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1EAC is #43E153. Grayscale: #5D5D5D. Windows color (decimal): -4448596 or 11280060. OLE color: 11280060.
HSL color Cylindrical-coordinate representation of color #BC1EAC: hue angle of 306.08º 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 #BC1EAC is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 172 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.26 |
| HSL | 306.08º | 0.72% | 0.43% | - |
| HSV(B) | 306.08º | 0.84% | 0.74% | - |
| XYZ | 28.65 | 14.6 | 40.34 | - |
| YUV | 93.43 | 172.35 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 172 | 0 | 0.84 | 0.09 | 0.26 | 306.08 | 0.72 | 0.43 |
| Hex | BC | 1E | AC | 0 | 54 | 9 | 1A | 132 | 48 | 2B |
| Octal | 274 | 36 | 254 | 0 | 124 | 11 | 32 | 462 | 110 | 53 |
| Binary | 10111100 | 11110 | 10101100 | 0 | 1010100 | 1001 | 11010 | 100110010 | 1001000 | 101011 |
Color Harmonies of #BC1EAC
Complementary color
Monochromatic Colors of #BC1EAC
Black with #BC1EAC
Text Example
Text Example
White with #BC1EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1EAC; }
p { color: rgb(188,30,172); }
H1.HeaderClassName
{
color: #BC1EAC;
}
.AnyTagClassName
{
color: #BC1EAC;
}
</style>
background-color css
<style>
a { background-color: #BC1EAC; }
a { background-color: rgb(188,30,172); }
div.DivClassName
{
background-color: #BC1EAC;
}
.BgClassName
{
background-color: #BC1EAC;
}
</style>
border-color css
<style>
span { border-color: #BC1EAC; }
span { border-color: rgb(188,30,172); }
td.TdClassName
{
border-color: #BC1EAC;
}
.TagClassName
{
border-color: #BC1EAC;
}
</style>