Shades of Medium Violet Red #BC0BA5
Tints of Medium Violet Red #BC0BA5
RGB
CMYK
RGB Variations
Color information
#BC0BA5 (or 0xBC0BA5) is known color: Medium Violet Red. HEX triplet: BC, 0B and A5. RGB value is (188,11,165). Sum of RGB (Red+Green+Blue) = 188+11+165=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0BA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0BA5 is #43F45A. Grayscale: #515151. Windows color (decimal): -4453467 or 10816444. OLE color: 10816444.
HSL color Cylindrical-coordinate representation of color #BC0BA5: hue angle of 307.8º 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 #BC0BA5 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 165 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.26 |
| HSL | 307.8º | 0.89% | 0.39% | - |
| HSV(B) | 307.8º | 0.94% | 0.74% | - |
| XYZ | 27.65 | 13.65 | 36.77 | - |
| YUV | 81.48 | 175.14 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 165 | 0 | 0.94 | 0.12 | 0.26 | 307.8 | 0.89 | 0.39 |
| Hex | BC | B | A5 | 0 | 5E | C | 1A | 134 | 59 | 27 |
| Octal | 274 | 13 | 245 | 0 | 136 | 14 | 32 | 464 | 131 | 47 |
| Binary | 10111100 | 1011 | 10100101 | 0 | 1011110 | 1100 | 11010 | 100110100 | 1011001 | 100111 |
Color Harmonies of #BC0BA5
Complementary color
Monochromatic Colors of #BC0BA5
Black with #BC0BA5
Text Example
Text Example
White with #BC0BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BA5; }
p { color: rgb(188,11,165); }
H1.HeaderClassName
{
color: #BC0BA5;
}
.AnyTagClassName
{
color: #BC0BA5;
}
</style>
background-color css
<style>
a { background-color: #BC0BA5; }
a { background-color: rgb(188,11,165); }
div.DivClassName
{
background-color: #BC0BA5;
}
.BgClassName
{
background-color: #BC0BA5;
}
</style>
border-color css
<style>
span { border-color: #BC0BA5; }
span { border-color: rgb(188,11,165); }
td.TdClassName
{
border-color: #BC0BA5;
}
.TagClassName
{
border-color: #BC0BA5;
}
</style>