Shades of Medium Violet Red #BC1FAB
Tints of Medium Violet Red #BC1FAB
RGB
CMYK
RGB Variations
Color information
#BC1FAB (or 0xBC1FAB) is known color: Medium Violet Red. HEX triplet: BC, 1F and AB. RGB value is (188,31,171). Sum of RGB (Red+Green+Blue) = 188+31+171=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1FAB is #43E054. Grayscale: #5D5D5D. Windows color (decimal): -4448341 or 11214780. OLE color: 11214780.
HSL color Cylindrical-coordinate representation of color #BC1FAB: hue angle of 306.5º 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 #BC1FAB is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 171 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.26 |
| HSL | 306.5º | 0.72% | 0.43% | - |
| HSV(B) | 306.5º | 0.84% | 0.74% | - |
| XYZ | 28.58 | 14.61 | 39.84 | - |
| YUV | 93.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 171 | 0 | 0.84 | 0.09 | 0.26 | 306.5 | 0.72 | 0.43 |
| Hex | BC | 1F | AB | 0 | 54 | 9 | 1A | 132 | 48 | 2B |
| Octal | 274 | 37 | 253 | 0 | 124 | 11 | 32 | 462 | 110 | 53 |
| Binary | 10111100 | 11111 | 10101011 | 0 | 1010100 | 1001 | 11010 | 100110010 | 1001000 | 101011 |
Color Harmonies of #BC1FAB
Complementary color
Monochromatic Colors of #BC1FAB
Black with #BC1FAB
Text Example
Text Example
White with #BC1FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1FAB; }
p { color: rgb(188,31,171); }
H1.HeaderClassName
{
color: #BC1FAB;
}
.AnyTagClassName
{
color: #BC1FAB;
}
</style>
background-color css
<style>
a { background-color: #BC1FAB; }
a { background-color: rgb(188,31,171); }
div.DivClassName
{
background-color: #BC1FAB;
}
.BgClassName
{
background-color: #BC1FAB;
}
</style>
border-color css
<style>
span { border-color: #BC1FAB; }
span { border-color: rgb(188,31,171); }
td.TdClassName
{
border-color: #BC1FAB;
}
.TagClassName
{
border-color: #BC1FAB;
}
</style>