Shades of Medium Violet Red #BC0B7B
Tints of Medium Violet Red #BC0B7B
RGB
CMYK
RGB Variations
Color information
#BC0B7B (or 0xBC0B7B) is known color: Medium Violet Red. HEX triplet: BC, 0B and 7B. RGB value is (188,11,123). Sum of RGB (Red+Green+Blue) = 188+11+123=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0B7B is #43F484. Grayscale: #4C4C4C. Windows color (decimal): -4453509 or 8063932. OLE color: 8063932.
HSL color Cylindrical-coordinate representation of color #BC0B7B: hue angle of 322.03º degrees, saturation: 0.89, 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 #BC0B7B is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 123 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.26 |
| HSL | 322.03º | 0.89% | 0.39% | - |
| HSV(B) | 322.03º | 0.94% | 0.74% | - |
| XYZ | 24.43 | 12.36 | 19.84 | - |
| YUV | 76.69 | 154.14 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 123 | 0 | 0.94 | 0.35 | 0.26 | 322.03 | 0.89 | 0.39 |
| Hex | BC | B | 7B | 0 | 5E | 23 | 1A | 142 | 59 | 27 |
| Octal | 274 | 13 | 173 | 0 | 136 | 43 | 32 | 502 | 131 | 47 |
| Binary | 10111100 | 1011 | 1111011 | 0 | 1011110 | 100011 | 11010 | 101000010 | 1011001 | 100111 |
Color Harmonies of #BC0B7B
Complementary color
Monochromatic Colors of #BC0B7B
Black with #BC0B7B
Text Example
Text Example
White with #BC0B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B7B; }
p { color: rgb(188,11,123); }
H1.HeaderClassName
{
color: #BC0B7B;
}
.AnyTagClassName
{
color: #BC0B7B;
}
</style>
background-color css
<style>
a { background-color: #BC0B7B; }
a { background-color: rgb(188,11,123); }
div.DivClassName
{
background-color: #BC0B7B;
}
.BgClassName
{
background-color: #BC0B7B;
}
</style>
border-color css
<style>
span { border-color: #BC0B7B; }
span { border-color: rgb(188,11,123); }
td.TdClassName
{
border-color: #BC0B7B;
}
.TagClassName
{
border-color: #BC0B7B;
}
</style>