Shades of Medium Violet Red #BC0C82
Tints of Medium Violet Red #BC0C82
RGB
CMYK
RGB Variations
Color information
#BC0C82 (or 0xBC0C82) is known color: Medium Violet Red. HEX triplet: BC, 0C and 82. RGB value is (188,12,130). Sum of RGB (Red+Green+Blue) = 188+12+130=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0C82 is #43F37D. Grayscale: #4D4D4D. Windows color (decimal): -4453246 or 8522940. OLE color: 8522940.
HSL color Cylindrical-coordinate representation of color #BC0C82: hue angle of 319.77º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C82 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 130 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.26 |
| HSL | 319.77º | 0.88% | 0.39% | - |
| HSV(B) | 319.77º | 0.94% | 0.74% | - |
| XYZ | 24.9 | 12.57 | 22.23 | - |
| YUV | 78.08 | 157.31 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 130 | 0 | 0.94 | 0.31 | 0.26 | 319.77 | 0.88 | 0.39 |
| Hex | BC | C | 82 | 0 | 5E | 1F | 1A | 140 | 58 | 27 |
| Octal | 274 | 14 | 202 | 0 | 136 | 37 | 32 | 500 | 130 | 47 |
| Binary | 10111100 | 1100 | 10000010 | 0 | 1011110 | 11111 | 11010 | 101000000 | 1011000 | 100111 |
Color Harmonies of #BC0C82
Complementary color
Monochromatic Colors of #BC0C82
Black with #BC0C82
Text Example
Text Example
White with #BC0C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C82; }
p { color: rgb(188,12,130); }
H1.HeaderClassName
{
color: #BC0C82;
}
.AnyTagClassName
{
color: #BC0C82;
}
</style>
background-color css
<style>
a { background-color: #BC0C82; }
a { background-color: rgb(188,12,130); }
div.DivClassName
{
background-color: #BC0C82;
}
.BgClassName
{
background-color: #BC0C82;
}
</style>
border-color css
<style>
span { border-color: #BC0C82; }
span { border-color: rgb(188,12,130); }
td.TdClassName
{
border-color: #BC0C82;
}
.TagClassName
{
border-color: #BC0C82;
}
</style>