Shades of Medium Violet Red #BC1094
Tints of Medium Violet Red #BC1094
RGB
CMYK
RGB Variations
Color information
#BC1094 (or 0xBC1094) is known color: Medium Violet Red. HEX triplet: BC, 10 and 94. RGB value is (188,16,148). Sum of RGB (Red+Green+Blue) = 188+16+148=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1094 is #43EF6B. Grayscale: #525252. Windows color (decimal): -4452204 or 9703612. OLE color: 9703612.
HSL color Cylindrical-coordinate representation of color #BC1094: hue angle of 313.95º degrees, saturation: 0.84, 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 #BC1094 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 148 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.26 |
| HSL | 313.95º | 0.84% | 0.4% | - |
| HSV(B) | 313.95º | 0.91% | 0.74% | - |
| XYZ | 26.27 | 13.2 | 29.18 | - |
| YUV | 82.48 | 164.98 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 148 | 0 | 0.91 | 0.21 | 0.26 | 313.95 | 0.84 | 0.4 |
| Hex | BC | 10 | 94 | 0 | 5B | 15 | 1A | 13A | 54 | 28 |
| Octal | 274 | 20 | 224 | 0 | 133 | 25 | 32 | 472 | 124 | 50 |
| Binary | 10111100 | 10000 | 10010100 | 0 | 1011011 | 10101 | 11010 | 100111010 | 1010100 | 101000 |
Color Harmonies of #BC1094
Complementary color
Monochromatic Colors of #BC1094
Black with #BC1094
Text Example
Text Example
White with #BC1094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1094; }
p { color: rgb(188,16,148); }
H1.HeaderClassName
{
color: #BC1094;
}
.AnyTagClassName
{
color: #BC1094;
}
</style>
background-color css
<style>
a { background-color: #BC1094; }
a { background-color: rgb(188,16,148); }
div.DivClassName
{
background-color: #BC1094;
}
.BgClassName
{
background-color: #BC1094;
}
</style>
border-color css
<style>
span { border-color: #BC1094; }
span { border-color: rgb(188,16,148); }
td.TdClassName
{
border-color: #BC1094;
}
.TagClassName
{
border-color: #BC1094;
}
</style>