Shades of Medium Violet Red #BC0C8A
Tints of Medium Violet Red #BC0C8A
RGB
CMYK
RGB Variations
Color information
#BC0C8A (or 0xBC0C8A) is known color: Medium Violet Red. HEX triplet: BC, 0C and 8A. RGB value is (188,12,138). Sum of RGB (Red+Green+Blue) = 188+12+138=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0C8A is #43F375. Grayscale: #4E4E4E. Windows color (decimal): -4453238 or 9047228. OLE color: 9047228.
HSL color Cylindrical-coordinate representation of color #BC0C8A: hue angle of 317.05º degrees, saturation: 0.88, 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 #BC0C8A is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 138 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.26 |
| HSL | 317.05º | 0.88% | 0.39% | - |
| HSV(B) | 317.05º | 0.94% | 0.74% | - |
| XYZ | 25.46 | 12.79 | 25.17 | - |
| YUV | 78.99 | 161.31 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 138 | 0 | 0.94 | 0.27 | 0.26 | 317.05 | 0.88 | 0.39 |
| Hex | BC | C | 8A | 0 | 5E | 1B | 1A | 13D | 58 | 27 |
| Octal | 274 | 14 | 212 | 0 | 136 | 33 | 32 | 475 | 130 | 47 |
| Binary | 10111100 | 1100 | 10001010 | 0 | 1011110 | 11011 | 11010 | 100111101 | 1011000 | 100111 |
Color Harmonies of #BC0C8A
Complementary color
Monochromatic Colors of #BC0C8A
Black with #BC0C8A
Text Example
Text Example
White with #BC0C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C8A; }
p { color: rgb(188,12,138); }
H1.HeaderClassName
{
color: #BC0C8A;
}
.AnyTagClassName
{
color: #BC0C8A;
}
</style>
background-color css
<style>
a { background-color: #BC0C8A; }
a { background-color: rgb(188,12,138); }
div.DivClassName
{
background-color: #BC0C8A;
}
.BgClassName
{
background-color: #BC0C8A;
}
</style>
border-color css
<style>
span { border-color: #BC0C8A; }
span { border-color: rgb(188,12,138); }
td.TdClassName
{
border-color: #BC0C8A;
}
.TagClassName
{
border-color: #BC0C8A;
}
</style>