Shades of Medium Violet Red #BC0B7A
Tints of Medium Violet Red #BC0B7A
RGB
CMYK
RGB Variations
Color information
#BC0B7A (or 0xBC0B7A) is known color: Medium Violet Red. HEX triplet: BC, 0B and 7A. RGB value is (188,11,122). Sum of RGB (Red+Green+Blue) = 188+11+122=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0B7A is #43F485. Grayscale: #4C4C4C. Windows color (decimal): -4453510 or 7998396. OLE color: 7998396.
HSL color Cylindrical-coordinate representation of color #BC0B7A: hue angle of 322.37º 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 #BC0B7A is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 122 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.26 |
| HSL | 322.37º | 0.89% | 0.39% | - |
| HSV(B) | 322.37º | 0.94% | 0.74% | - |
| XYZ | 24.37 | 12.34 | 19.51 | - |
| YUV | 76.58 | 153.64 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 122 | 0 | 0.94 | 0.35 | 0.26 | 322.37 | 0.89 | 0.39 |
| Hex | BC | B | 7A | 0 | 5E | 23 | 1A | 142 | 59 | 27 |
| Octal | 274 | 13 | 172 | 0 | 136 | 43 | 32 | 502 | 131 | 47 |
| Binary | 10111100 | 1011 | 1111010 | 0 | 1011110 | 100011 | 11010 | 101000010 | 1011001 | 100111 |
Color Harmonies of #BC0B7A
Complementary color
Monochromatic Colors of #BC0B7A
Black with #BC0B7A
Text Example
Text Example
White with #BC0B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B7A; }
p { color: rgb(188,11,122); }
H1.HeaderClassName
{
color: #BC0B7A;
}
.AnyTagClassName
{
color: #BC0B7A;
}
</style>
background-color css
<style>
a { background-color: #BC0B7A; }
a { background-color: rgb(188,11,122); }
div.DivClassName
{
background-color: #BC0B7A;
}
.BgClassName
{
background-color: #BC0B7A;
}
</style>
border-color css
<style>
span { border-color: #BC0B7A; }
span { border-color: rgb(188,11,122); }
td.TdClassName
{
border-color: #BC0B7A;
}
.TagClassName
{
border-color: #BC0B7A;
}
</style>