Shades of Medium Violet Red #BC0781
Tints of Medium Violet Red #BC0781
RGB
CMYK
RGB Variations
Color information
#BC0781 (or 0xBC0781) is known color: Medium Violet Red. HEX triplet: BC, 07 and 81. RGB value is (188,7,129). Sum of RGB (Red+Green+Blue) = 188+7+129=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0781 is #43F87E. Grayscale: #4A4A4A. Windows color (decimal): -4454527 or 8456124. OLE color: 8456124.
HSL color Cylindrical-coordinate representation of color #BC0781: hue angle of 319.56º degrees, saturation: 0.93, 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 #BC0781 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 129 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.26 |
| HSL | 319.56º | 0.93% | 0.38% | - |
| HSV(B) | 319.56º | 0.96% | 0.74% | - |
| XYZ | 24.78 | 12.43 | 21.86 | - |
| YUV | 75.03 | 158.47 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 129 | 0 | 0.96 | 0.31 | 0.26 | 319.56 | 0.93 | 0.38 |
| Hex | BC | 7 | 81 | 0 | 60 | 1F | 1A | 140 | 5D | 26 |
| Octal | 274 | 7 | 201 | 0 | 140 | 37 | 32 | 500 | 135 | 46 |
| Binary | 10111100 | 111 | 10000001 | 0 | 1100000 | 11111 | 11010 | 101000000 | 1011101 | 100110 |
Color Harmonies of #BC0781
Complementary color
Monochromatic Colors of #BC0781
Black with #BC0781
Text Example
Text Example
White with #BC0781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0781; }
p { color: rgb(188,7,129); }
H1.HeaderClassName
{
color: #BC0781;
}
.AnyTagClassName
{
color: #BC0781;
}
</style>
background-color css
<style>
a { background-color: #BC0781; }
a { background-color: rgb(188,7,129); }
div.DivClassName
{
background-color: #BC0781;
}
.BgClassName
{
background-color: #BC0781;
}
</style>
border-color css
<style>
span { border-color: #BC0781; }
span { border-color: rgb(188,7,129); }
td.TdClassName
{
border-color: #BC0781;
}
.TagClassName
{
border-color: #BC0781;
}
</style>