Shades of Medium Violet Red #BC0C94
Tints of Medium Violet Red #BC0C94
RGB
CMYK
RGB Variations
Color information
#BC0C94 (or 0xBC0C94) is known color: Medium Violet Red. HEX triplet: BC, 0C and 94. RGB value is (188,12,148). Sum of RGB (Red+Green+Blue) = 188+12+148=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0C94 is #43F36B. Grayscale: #4F4F4F. Windows color (decimal): -4453228 or 9702588. OLE color: 9702588.
HSL color Cylindrical-coordinate representation of color #BC0C94: hue angle of 313.64º 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 #BC0C94 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 148 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.26 |
| HSL | 313.64º | 0.88% | 0.39% | - |
| HSV(B) | 313.64º | 0.94% | 0.74% | - |
| XYZ | 26.22 | 13.09 | 29.16 | - |
| YUV | 80.13 | 166.31 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 148 | 0 | 0.94 | 0.21 | 0.26 | 313.64 | 0.88 | 0.39 |
| Hex | BC | C | 94 | 0 | 5E | 15 | 1A | 13A | 58 | 27 |
| Octal | 274 | 14 | 224 | 0 | 136 | 25 | 32 | 472 | 130 | 47 |
| Binary | 10111100 | 1100 | 10010100 | 0 | 1011110 | 10101 | 11010 | 100111010 | 1011000 | 100111 |
Color Harmonies of #BC0C94
Complementary color
Monochromatic Colors of #BC0C94
Black with #BC0C94
Text Example
Text Example
White with #BC0C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C94; }
p { color: rgb(188,12,148); }
H1.HeaderClassName
{
color: #BC0C94;
}
.AnyTagClassName
{
color: #BC0C94;
}
</style>
background-color css
<style>
a { background-color: #BC0C94; }
a { background-color: rgb(188,12,148); }
div.DivClassName
{
background-color: #BC0C94;
}
.BgClassName
{
background-color: #BC0C94;
}
</style>
border-color css
<style>
span { border-color: #BC0C94; }
span { border-color: rgb(188,12,148); }
td.TdClassName
{
border-color: #BC0C94;
}
.TagClassName
{
border-color: #BC0C94;
}
</style>