Shades of Medium Violet Red #BC0176
Tints of Medium Violet Red #BC0176
RGB
CMYK
RGB Variations
Color information
#BC0176 (or 0xBC0176) is known color: Medium Violet Red. HEX triplet: BC, 01 and 76. RGB value is (188,1,118). Sum of RGB (Red+Green+Blue) = 188+1+118=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0176 is #43FE89. Grayscale: #454545. Windows color (decimal): -4456074 or 7733692. OLE color: 7733692.
HSL color Cylindrical-coordinate representation of color #BC0176: hue angle of 322.46º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0176 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.26 |
| HSL | 322.46º | 0.99% | 0.37% | - |
| HSV(B) | 322.46º | 0.99% | 0.74% | - |
| XYZ | 24.02 | 12.02 | 18.19 | - |
| YUV | 70.25 | 154.95 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 118 | 0 | 0.99 | 0.37 | 0.26 | 322.46 | 0.99 | 0.37 |
| Hex | BC | 1 | 76 | 0 | 63 | 25 | 1A | 142 | 63 | 25 |
| Octal | 274 | 1 | 166 | 0 | 143 | 45 | 32 | 502 | 143 | 45 |
| Binary | 10111100 | 1 | 1110110 | 0 | 1100011 | 100101 | 11010 | 101000010 | 1100011 | 100101 |
Color Harmonies of #BC0176
Complementary color
Monochromatic Colors of #BC0176
Black with #BC0176
Text Example
Text Example
White with #BC0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0176; }
p { color: rgb(188,1,118); }
H1.HeaderClassName
{
color: #BC0176;
}
.AnyTagClassName
{
color: #BC0176;
}
</style>
background-color css
<style>
a { background-color: #BC0176; }
a { background-color: rgb(188,1,118); }
div.DivClassName
{
background-color: #BC0176;
}
.BgClassName
{
background-color: #BC0176;
}
</style>
border-color css
<style>
span { border-color: #BC0176; }
span { border-color: rgb(188,1,118); }
td.TdClassName
{
border-color: #BC0176;
}
.TagClassName
{
border-color: #BC0176;
}
</style>