Shades of Medium Violet Red #BC0C7D
Tints of Medium Violet Red #BC0C7D
RGB
CMYK
RGB Variations
Color information
#BC0C7D (or 0xBC0C7D) is known color: Medium Violet Red. HEX triplet: BC, 0C and 7D. RGB value is (188,12,125). Sum of RGB (Red+Green+Blue) = 188+12+125=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0C7D is #43F382. Grayscale: #4D4D4D. Windows color (decimal): -4453251 or 8195260. OLE color: 8195260.
HSL color Cylindrical-coordinate representation of color #BC0C7D: hue angle of 321.48º 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 #BC0C7D is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 125 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.26 |
| HSL | 321.48º | 0.88% | 0.39% | - |
| HSV(B) | 321.48º | 0.94% | 0.74% | - |
| XYZ | 24.57 | 12.43 | 20.51 | - |
| YUV | 77.51 | 154.81 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 125 | 0 | 0.94 | 0.34 | 0.26 | 321.48 | 0.88 | 0.39 |
| Hex | BC | C | 7D | 0 | 5E | 22 | 1A | 141 | 58 | 27 |
| Octal | 274 | 14 | 175 | 0 | 136 | 42 | 32 | 501 | 130 | 47 |
| Binary | 10111100 | 1100 | 1111101 | 0 | 1011110 | 100010 | 11010 | 101000001 | 1011000 | 100111 |
Color Harmonies of #BC0C7D
Complementary color
Monochromatic Colors of #BC0C7D
Black with #BC0C7D
Text Example
Text Example
White with #BC0C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C7D; }
p { color: rgb(188,12,125); }
H1.HeaderClassName
{
color: #BC0C7D;
}
.AnyTagClassName
{
color: #BC0C7D;
}
</style>
background-color css
<style>
a { background-color: #BC0C7D; }
a { background-color: rgb(188,12,125); }
div.DivClassName
{
background-color: #BC0C7D;
}
.BgClassName
{
background-color: #BC0C7D;
}
</style>
border-color css
<style>
span { border-color: #BC0C7D; }
span { border-color: rgb(188,12,125); }
td.TdClassName
{
border-color: #BC0C7D;
}
.TagClassName
{
border-color: #BC0C7D;
}
</style>