Shades of Medium Violet Red #BC0A8B
Tints of Medium Violet Red #BC0A8B
RGB
CMYK
RGB Variations
Color information
#BC0A8B (or 0xBC0A8B) is known color: Medium Violet Red. HEX triplet: BC, 0A and 8B. RGB value is (188,10,139). Sum of RGB (Red+Green+Blue) = 188+10+139=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0A8B is #43F574. Grayscale: #4D4D4D. Windows color (decimal): -4453749 or 9112252. OLE color: 9112252.
HSL color Cylindrical-coordinate representation of color #BC0A8B: hue angle of 316.52º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0A8B is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 10 | 139 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.26 |
| HSL | 316.52º | 0.9% | 0.39% | - |
| HSV(B) | 316.52º | 0.95% | 0.74% | - |
| XYZ | 25.51 | 12.77 | 25.55 | - |
| YUV | 77.93 | 162.47 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 139 | 0 | 0.95 | 0.26 | 0.26 | 316.52 | 0.9 | 0.39 |
| Hex | BC | A | 8B | 0 | 5F | 1A | 1A | 13D | 5A | 27 |
| Octal | 274 | 12 | 213 | 0 | 137 | 32 | 32 | 475 | 132 | 47 |
| Binary | 10111100 | 1010 | 10001011 | 0 | 1011111 | 11010 | 11010 | 100111101 | 1011010 | 100111 |
Color Harmonies of #BC0A8B
Complementary color
Monochromatic Colors of #BC0A8B
Black with #BC0A8B
Text Example
Text Example
White with #BC0A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0A8B; }
p { color: rgb(188,10,139); }
H1.HeaderClassName
{
color: #BC0A8B;
}
.AnyTagClassName
{
color: #BC0A8B;
}
</style>
background-color css
<style>
a { background-color: #BC0A8B; }
a { background-color: rgb(188,10,139); }
div.DivClassName
{
background-color: #BC0A8B;
}
.BgClassName
{
background-color: #BC0A8B;
}
</style>
border-color css
<style>
span { border-color: #BC0A8B; }
span { border-color: rgb(188,10,139); }
td.TdClassName
{
border-color: #BC0A8B;
}
.TagClassName
{
border-color: #BC0A8B;
}
</style>