Shades of Medium Violet Red #BC0180
Tints of Medium Violet Red #BC0180
RGB
CMYK
RGB Variations
Color information
#BC0180 (or 0xBC0180) is known color: Medium Violet Red. HEX triplet: BC, 01 and 80. RGB value is (188,1,128). Sum of RGB (Red+Green+Blue) = 188+1+128=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0180 is #43FE7F. Grayscale: #474747. Windows color (decimal): -4456064 or 8389052. OLE color: 8389052.
HSL color Cylindrical-coordinate representation of color #BC0180: hue angle of 319.25º 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 #BC0180 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 128 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.26 |
| HSL | 319.25º | 0.99% | 0.37% | - |
| HSV(B) | 319.25º | 0.99% | 0.74% | - |
| XYZ | 24.65 | 12.27 | 21.49 | - |
| YUV | 71.39 | 159.95 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 128 | 0 | 0.99 | 0.32 | 0.26 | 319.25 | 0.99 | 0.37 |
| Hex | BC | 1 | 80 | 0 | 63 | 20 | 1A | 13F | 63 | 25 |
| Octal | 274 | 1 | 200 | 0 | 143 | 40 | 32 | 477 | 143 | 45 |
| Binary | 10111100 | 1 | 10000000 | 0 | 1100011 | 100000 | 11010 | 100111111 | 1100011 | 100101 |
Color Harmonies of #BC0180
Complementary color
Monochromatic Colors of #BC0180
Black with #BC0180
Text Example
Text Example
White with #BC0180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0180; }
p { color: rgb(188,1,128); }
H1.HeaderClassName
{
color: #BC0180;
}
.AnyTagClassName
{
color: #BC0180;
}
</style>
background-color css
<style>
a { background-color: #BC0180; }
a { background-color: rgb(188,1,128); }
div.DivClassName
{
background-color: #BC0180;
}
.BgClassName
{
background-color: #BC0180;
}
</style>
border-color css
<style>
span { border-color: #BC0180; }
span { border-color: rgb(188,1,128); }
td.TdClassName
{
border-color: #BC0180;
}
.TagClassName
{
border-color: #BC0180;
}
</style>