Shades of Medium Violet Red #BC0881
Tints of Medium Violet Red #BC0881
RGB
CMYK
RGB Variations
Color information
#BC0881 (or 0xBC0881) is known color: Medium Violet Red. HEX triplet: BC, 08 and 81. RGB value is (188,8,129). Sum of RGB (Red+Green+Blue) = 188+8+129=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0881 is #43F77E. Grayscale: #4B4B4B. Windows color (decimal): -4454271 or 8456380. OLE color: 8456380.
HSL color Cylindrical-coordinate representation of color #BC0881: hue angle of 319.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0881 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 129 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.26 |
| HSL | 319.67º | 0.92% | 0.38% | - |
| HSV(B) | 319.67º | 0.96% | 0.74% | - |
| XYZ | 24.79 | 12.45 | 21.87 | - |
| YUV | 75.61 | 158.13 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 129 | 0 | 0.96 | 0.31 | 0.26 | 319.67 | 0.92 | 0.38 |
| Hex | BC | 8 | 81 | 0 | 60 | 1F | 1A | 140 | 5C | 26 |
| Octal | 274 | 10 | 201 | 0 | 140 | 37 | 32 | 500 | 134 | 46 |
| Binary | 10111100 | 1000 | 10000001 | 0 | 1100000 | 11111 | 11010 | 101000000 | 1011100 | 100110 |
Color Harmonies of #BC0881
Complementary color
Monochromatic Colors of #BC0881
Black with #BC0881
Text Example
Text Example
White with #BC0881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0881; }
p { color: rgb(188,8,129); }
H1.HeaderClassName
{
color: #BC0881;
}
.AnyTagClassName
{
color: #BC0881;
}
</style>
background-color css
<style>
a { background-color: #BC0881; }
a { background-color: rgb(188,8,129); }
div.DivClassName
{
background-color: #BC0881;
}
.BgClassName
{
background-color: #BC0881;
}
</style>
border-color css
<style>
span { border-color: #BC0881; }
span { border-color: rgb(188,8,129); }
td.TdClassName
{
border-color: #BC0881;
}
.TagClassName
{
border-color: #BC0881;
}
</style>