Shades of Medium Violet Red #BC1A8F
Tints of Medium Violet Red #BC1A8F
RGB
CMYK
RGB Variations
Color information
#BC1A8F (or 0xBC1A8F) is known color: Medium Violet Red. HEX triplet: BC, 1A and 8F. RGB value is (188,26,143). Sum of RGB (Red+Green+Blue) = 188+26+143=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1A8F is #43E570. Grayscale: #575757. Windows color (decimal): -4449649 or 9378492. OLE color: 9378492.
HSL color Cylindrical-coordinate representation of color #BC1A8F: hue angle of 316.67º degrees, saturation: 0.76, 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 #BC1A8F is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 26 | 143 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.26 |
| HSL | 316.67º | 0.76% | 0.42% | - |
| HSV(B) | 316.67º | 0.86% | 0.74% | - |
| XYZ | 26.07 | 13.41 | 27.2 | - |
| YUV | 87.78 | 159.17 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 143 | 0 | 0.86 | 0.24 | 0.26 | 316.67 | 0.76 | 0.42 |
| Hex | BC | 1A | 8F | 0 | 56 | 18 | 1A | 13D | 4C | 2A |
| Octal | 274 | 32 | 217 | 0 | 126 | 30 | 32 | 475 | 114 | 52 |
| Binary | 10111100 | 11010 | 10001111 | 0 | 1010110 | 11000 | 11010 | 100111101 | 1001100 | 101010 |
Color Harmonies of #BC1A8F
Complementary color
Monochromatic Colors of #BC1A8F
Black with #BC1A8F
Text Example
Text Example
White with #BC1A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1A8F; }
p { color: rgb(188,26,143); }
H1.HeaderClassName
{
color: #BC1A8F;
}
.AnyTagClassName
{
color: #BC1A8F;
}
</style>
background-color css
<style>
a { background-color: #BC1A8F; }
a { background-color: rgb(188,26,143); }
div.DivClassName
{
background-color: #BC1A8F;
}
.BgClassName
{
background-color: #BC1A8F;
}
</style>
border-color css
<style>
span { border-color: #BC1A8F; }
span { border-color: rgb(188,26,143); }
td.TdClassName
{
border-color: #BC1A8F;
}
.TagClassName
{
border-color: #BC1A8F;
}
</style>