Shades of Medium Violet Red #BC1194
Tints of Medium Violet Red #BC1194
RGB
CMYK
RGB Variations
Color information
#BC1194 (or 0xBC1194) is known color: Medium Violet Red. HEX triplet: BC, 11 and 94. RGB value is (188,17,148). Sum of RGB (Red+Green+Blue) = 188+17+148=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1194 is #43EE6B. Grayscale: #525252. Windows color (decimal): -4451948 or 9703868. OLE color: 9703868.
HSL color Cylindrical-coordinate representation of color #BC1194: hue angle of 314.04º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1194 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 148 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.26 |
| HSL | 314.04º | 0.83% | 0.4% | - |
| HSV(B) | 314.04º | 0.91% | 0.74% | - |
| XYZ | 26.28 | 13.23 | 29.19 | - |
| YUV | 83.06 | 164.65 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 148 | 0 | 0.91 | 0.21 | 0.26 | 314.04 | 0.83 | 0.4 |
| Hex | BC | 11 | 94 | 0 | 5B | 15 | 1A | 13A | 53 | 28 |
| Octal | 274 | 21 | 224 | 0 | 133 | 25 | 32 | 472 | 123 | 50 |
| Binary | 10111100 | 10001 | 10010100 | 0 | 1011011 | 10101 | 11010 | 100111010 | 1010011 | 101000 |
Color Harmonies of #BC1194
Complementary color
Monochromatic Colors of #BC1194
Black with #BC1194
Text Example
Text Example
White with #BC1194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1194; }
p { color: rgb(188,17,148); }
H1.HeaderClassName
{
color: #BC1194;
}
.AnyTagClassName
{
color: #BC1194;
}
</style>
background-color css
<style>
a { background-color: #BC1194; }
a { background-color: rgb(188,17,148); }
div.DivClassName
{
background-color: #BC1194;
}
.BgClassName
{
background-color: #BC1194;
}
</style>
border-color css
<style>
span { border-color: #BC1194; }
span { border-color: rgb(188,17,148); }
td.TdClassName
{
border-color: #BC1194;
}
.TagClassName
{
border-color: #BC1194;
}
</style>