Shades of Medium Violet Red #BC1881
Tints of Medium Violet Red #BC1881
RGB
CMYK
RGB Variations
Color information
#BC1881 (or 0xBC1881) is known color: Medium Violet Red. HEX triplet: BC, 18 and 81. RGB value is (188,24,129). Sum of RGB (Red+Green+Blue) = 188+24+129=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1881 is #43E77E. Grayscale: #545454. Windows color (decimal): -4450175 or 8460476. OLE color: 8460476.
HSL color Cylindrical-coordinate representation of color #BC1881: hue angle of 321.59º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1881 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 129 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.26 |
| HSL | 321.59º | 0.77% | 0.42% | - |
| HSV(B) | 321.59º | 0.87% | 0.74% | - |
| XYZ | 25.03 | 12.93 | 21.95 | - |
| YUV | 85.01 | 152.83 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 129 | 0 | 0.87 | 0.31 | 0.26 | 321.59 | 0.77 | 0.42 |
| Hex | BC | 18 | 81 | 0 | 57 | 1F | 1A | 142 | 4D | 2A |
| Octal | 274 | 30 | 201 | 0 | 127 | 37 | 32 | 502 | 115 | 52 |
| Binary | 10111100 | 11000 | 10000001 | 0 | 1010111 | 11111 | 11010 | 101000010 | 1001101 | 101010 |
Color Harmonies of #BC1881
Complementary color
Monochromatic Colors of #BC1881
Black with #BC1881
Text Example
Text Example
White with #BC1881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1881; }
p { color: rgb(188,24,129); }
H1.HeaderClassName
{
color: #BC1881;
}
.AnyTagClassName
{
color: #BC1881;
}
</style>
background-color css
<style>
a { background-color: #BC1881; }
a { background-color: rgb(188,24,129); }
div.DivClassName
{
background-color: #BC1881;
}
.BgClassName
{
background-color: #BC1881;
}
</style>
border-color css
<style>
span { border-color: #BC1881; }
span { border-color: rgb(188,24,129); }
td.TdClassName
{
border-color: #BC1881;
}
.TagClassName
{
border-color: #BC1881;
}
</style>