Shades of Medium Violet Red #BC0A75
Tints of Medium Violet Red #BC0A75
RGB
CMYK
RGB Variations
Color information
#BC0A75 (or 0xBC0A75) is known color: Medium Violet Red. HEX triplet: BC, 0A and 75. RGB value is (188,10,117). Sum of RGB (Red+Green+Blue) = 188+10+117=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0A75 is #43F58A. Grayscale: #4B4B4B. Windows color (decimal): -4453771 or 7670460. OLE color: 7670460.
HSL color Cylindrical-coordinate representation of color #BC0A75: hue angle of 323.93º 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 #BC0A75 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 10 | 117 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.26 |
| HSL | 323.93º | 0.9% | 0.39% | - |
| HSV(B) | 323.93º | 0.95% | 0.74% | - |
| XYZ | 24.06 | 12.19 | 17.92 | - |
| YUV | 75.42 | 151.47 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 117 | 0 | 0.95 | 0.38 | 0.26 | 323.93 | 0.9 | 0.39 |
| Hex | BC | A | 75 | 0 | 5F | 26 | 1A | 144 | 5A | 27 |
| Octal | 274 | 12 | 165 | 0 | 137 | 46 | 32 | 504 | 132 | 47 |
| Binary | 10111100 | 1010 | 1110101 | 0 | 1011111 | 100110 | 11010 | 101000100 | 1011010 | 100111 |
Color Harmonies of #BC0A75
Complementary color
Monochromatic Colors of #BC0A75
Black with #BC0A75
Text Example
Text Example
White with #BC0A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0A75; }
p { color: rgb(188,10,117); }
H1.HeaderClassName
{
color: #BC0A75;
}
.AnyTagClassName
{
color: #BC0A75;
}
</style>
background-color css
<style>
a { background-color: #BC0A75; }
a { background-color: rgb(188,10,117); }
div.DivClassName
{
background-color: #BC0A75;
}
.BgClassName
{
background-color: #BC0A75;
}
</style>
border-color css
<style>
span { border-color: #BC0A75; }
span { border-color: rgb(188,10,117); }
td.TdClassName
{
border-color: #BC0A75;
}
.TagClassName
{
border-color: #BC0A75;
}
</style>