Shades of Medium Violet Red #BC2094
Tints of Medium Violet Red #BC2094
RGB
CMYK
RGB Variations
Color information
#BC2094 (or 0xBC2094) is known color: Medium Violet Red. HEX triplet: BC, 20 and 94. RGB value is (188,32,148). Sum of RGB (Red+Green+Blue) = 188+32+148=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2094 is #43DF6B. Grayscale: #5B5B5B. Windows color (decimal): -4448108 or 9707708. OLE color: 9707708.
HSL color Cylindrical-coordinate representation of color #BC2094: hue angle of 315.38º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2094 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 148 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.26 |
| HSL | 315.38º | 0.71% | 0.43% | - |
| HSV(B) | 315.38º | 0.83% | 0.74% | - |
| XYZ | 26.6 | 13.86 | 29.29 | - |
| YUV | 91.87 | 159.68 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 148 | 0 | 0.83 | 0.21 | 0.26 | 315.38 | 0.71 | 0.43 |
| Hex | BC | 20 | 94 | 0 | 53 | 15 | 1A | 13B | 47 | 2B |
| Octal | 274 | 40 | 224 | 0 | 123 | 25 | 32 | 473 | 107 | 53 |
| Binary | 10111100 | 100000 | 10010100 | 0 | 1010011 | 10101 | 11010 | 100111011 | 1000111 | 101011 |
Color Harmonies of #BC2094
Complementary color
Monochromatic Colors of #BC2094
Black with #BC2094
Text Example
Text Example
White with #BC2094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2094; }
p { color: rgb(188,32,148); }
H1.HeaderClassName
{
color: #BC2094;
}
.AnyTagClassName
{
color: #BC2094;
}
</style>
background-color css
<style>
a { background-color: #BC2094; }
a { background-color: rgb(188,32,148); }
div.DivClassName
{
background-color: #BC2094;
}
.BgClassName
{
background-color: #BC2094;
}
</style>
border-color css
<style>
span { border-color: #BC2094; }
span { border-color: rgb(188,32,148); }
td.TdClassName
{
border-color: #BC2094;
}
.TagClassName
{
border-color: #BC2094;
}
</style>