Shades of Medium Violet Red #BC0BA6
Tints of Medium Violet Red #BC0BA6
RGB
CMYK
RGB Variations
Color information
#BC0BA6 (or 0xBC0BA6) is known color: Medium Violet Red. HEX triplet: BC, 0B and A6. RGB value is (188,11,166). Sum of RGB (Red+Green+Blue) = 188+11+166=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0BA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0BA6 is #43F459. Grayscale: #515151. Windows color (decimal): -4453466 or 10881980. OLE color: 10881980.
HSL color Cylindrical-coordinate representation of color #BC0BA6: hue angle of 307.46º 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 #BC0BA6 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 166 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.26 |
| HSL | 307.46º | 0.89% | 0.39% | - |
| HSV(B) | 307.46º | 0.94% | 0.74% | - |
| XYZ | 27.74 | 13.68 | 37.26 | - |
| YUV | 81.59 | 175.64 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 166 | 0 | 0.94 | 0.12 | 0.26 | 307.46 | 0.89 | 0.39 |
| Hex | BC | B | A6 | 0 | 5E | C | 1A | 133 | 59 | 27 |
| Octal | 274 | 13 | 246 | 0 | 136 | 14 | 32 | 463 | 131 | 47 |
| Binary | 10111100 | 1011 | 10100110 | 0 | 1011110 | 1100 | 11010 | 100110011 | 1011001 | 100111 |
Color Harmonies of #BC0BA6
Complementary color
Monochromatic Colors of #BC0BA6
Black with #BC0BA6
Text Example
Text Example
White with #BC0BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BA6; }
p { color: rgb(188,11,166); }
H1.HeaderClassName
{
color: #BC0BA6;
}
.AnyTagClassName
{
color: #BC0BA6;
}
</style>
background-color css
<style>
a { background-color: #BC0BA6; }
a { background-color: rgb(188,11,166); }
div.DivClassName
{
background-color: #BC0BA6;
}
.BgClassName
{
background-color: #BC0BA6;
}
</style>
border-color css
<style>
span { border-color: #BC0BA6; }
span { border-color: rgb(188,11,166); }
td.TdClassName
{
border-color: #BC0BA6;
}
.TagClassName
{
border-color: #BC0BA6;
}
</style>