Shades of Medium Violet Red #BC0081
Tints of Medium Violet Red #BC0081
RGB
CMYK
RGB Variations
Color information
#BC0081 (or 0xBC0081) is known color: Medium Violet Red. HEX triplet: BC, 00 and 81. RGB value is (188,0,129). Sum of RGB (Red+Green+Blue) = 188+0+129=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0081 is #43FF7E. Grayscale: #464646. Windows color (decimal): -4456319 or 8454332. OLE color: 8454332.
HSL color Cylindrical-coordinate representation of color #BC0081: hue angle of 318.83º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0081 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 129 | - |
| CMYK | 0 | 1 | 0.31 | 0.26 |
| HSL | 318.83º | 1% | 0.37% | - |
| HSV(B) | 318.83º | 1% | 0.74% | - |
| XYZ | 24.7 | 12.28 | 21.84 | - |
| YUV | 70.92 | 160.78 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 129 | 0 | 1 | 0.31 | 0.26 | 318.83 | 1 | 0.37 |
| Hex | BC | 0 | 81 | 0 | 64 | 1F | 1A | 13F | 64 | 25 |
| Octal | 274 | 0 | 201 | 0 | 144 | 37 | 32 | 477 | 144 | 45 |
| Binary | 10111100 | 0 | 10000001 | 0 | 1100100 | 11111 | 11010 | 100111111 | 1100100 | 100101 |
Color Harmonies of #BC0081
Complementary color
Monochromatic Colors of #BC0081
Black with #BC0081
Text Example
Text Example
White with #BC0081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0081; }
p { color: rgb(188,0,129); }
H1.HeaderClassName
{
color: #BC0081;
}
.AnyTagClassName
{
color: #BC0081;
}
</style>
background-color css
<style>
a { background-color: #BC0081; }
a { background-color: rgb(188,0,129); }
div.DivClassName
{
background-color: #BC0081;
}
.BgClassName
{
background-color: #BC0081;
}
</style>
border-color css
<style>
span { border-color: #BC0081; }
span { border-color: rgb(188,0,129); }
td.TdClassName
{
border-color: #BC0081;
}
.TagClassName
{
border-color: #BC0081;
}
</style>