Shades of Medium Violet Red #BC1BA3
Tints of Medium Violet Red #BC1BA3
RGB
CMYK
RGB Variations
Color information
#BC1BA3 (or 0xBC1BA3) is known color: Medium Violet Red. HEX triplet: BC, 1B and A3. RGB value is (188,27,163). Sum of RGB (Red+Green+Blue) = 188+27+163=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1BA3 is #43E45C. Grayscale: #5A5A5A. Windows color (decimal): -4449373 or 10689468. OLE color: 10689468.
HSL color Cylindrical-coordinate representation of color #BC1BA3: hue angle of 309.32º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1BA3 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 27 | 163 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.26 |
| HSL | 309.32º | 0.75% | 0.42% | - |
| HSV(B) | 309.32º | 0.86% | 0.74% | - |
| XYZ | 27.74 | 14.12 | 35.91 | - |
| YUV | 90.64 | 168.84 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 163 | 0 | 0.86 | 0.13 | 0.26 | 309.32 | 0.75 | 0.42 |
| Hex | BC | 1B | A3 | 0 | 56 | D | 1A | 135 | 4B | 2A |
| Octal | 274 | 33 | 243 | 0 | 126 | 15 | 32 | 465 | 113 | 52 |
| Binary | 10111100 | 11011 | 10100011 | 0 | 1010110 | 1101 | 11010 | 100110101 | 1001011 | 101010 |
Color Harmonies of #BC1BA3
Complementary color
Monochromatic Colors of #BC1BA3
Black with #BC1BA3
Text Example
Text Example
White with #BC1BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1BA3; }
p { color: rgb(188,27,163); }
H1.HeaderClassName
{
color: #BC1BA3;
}
.AnyTagClassName
{
color: #BC1BA3;
}
</style>
background-color css
<style>
a { background-color: #BC1BA3; }
a { background-color: rgb(188,27,163); }
div.DivClassName
{
background-color: #BC1BA3;
}
.BgClassName
{
background-color: #BC1BA3;
}
</style>
border-color css
<style>
span { border-color: #BC1BA3; }
span { border-color: rgb(188,27,163); }
td.TdClassName
{
border-color: #BC1BA3;
}
.TagClassName
{
border-color: #BC1BA3;
}
</style>