Shades of Medium Violet Red #BC0C7B
Tints of Medium Violet Red #BC0C7B
RGB
CMYK
RGB Variations
Color information
#BC0C7B (or 0xBC0C7B) is known color: Medium Violet Red. HEX triplet: BC, 0C and 7B. RGB value is (188,12,123). Sum of RGB (Red+Green+Blue) = 188+12+123=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0C7B is #43F384. Grayscale: #4D4D4D. Windows color (decimal): -4453253 or 8064188. OLE color: 8064188.
HSL color Cylindrical-coordinate representation of color #BC0C7B: hue angle of 322.16º 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 #BC0C7B is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 123 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.26 |
| HSL | 322.16º | 0.88% | 0.39% | - |
| HSV(B) | 322.16º | 0.94% | 0.74% | - |
| XYZ | 24.45 | 12.38 | 19.84 | - |
| YUV | 77.28 | 153.81 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 123 | 0 | 0.94 | 0.35 | 0.26 | 322.16 | 0.88 | 0.39 |
| Hex | BC | C | 7B | 0 | 5E | 23 | 1A | 142 | 58 | 27 |
| Octal | 274 | 14 | 173 | 0 | 136 | 43 | 32 | 502 | 130 | 47 |
| Binary | 10111100 | 1100 | 1111011 | 0 | 1011110 | 100011 | 11010 | 101000010 | 1011000 | 100111 |
Color Harmonies of #BC0C7B
Complementary color
Monochromatic Colors of #BC0C7B
Black with #BC0C7B
Text Example
Text Example
White with #BC0C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C7B; }
p { color: rgb(188,12,123); }
H1.HeaderClassName
{
color: #BC0C7B;
}
.AnyTagClassName
{
color: #BC0C7B;
}
</style>
background-color css
<style>
a { background-color: #BC0C7B; }
a { background-color: rgb(188,12,123); }
div.DivClassName
{
background-color: #BC0C7B;
}
.BgClassName
{
background-color: #BC0C7B;
}
</style>
border-color css
<style>
span { border-color: #BC0C7B; }
span { border-color: rgb(188,12,123); }
td.TdClassName
{
border-color: #BC0C7B;
}
.TagClassName
{
border-color: #BC0C7B;
}
</style>