Shades of Medium Violet Red #BC0194
Tints of Medium Violet Red #BC0194
RGB
CMYK
RGB Variations
Color information
#BC0194 (or 0xBC0194) is known color: Medium Violet Red. HEX triplet: BC, 01 and 94. RGB value is (188,1,148). Sum of RGB (Red+Green+Blue) = 188+1+148=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0194 is #43FE6B. Grayscale: #494949. Windows color (decimal): -4456044 or 9699772. OLE color: 9699772.
HSL color Cylindrical-coordinate representation of color #BC0194: hue angle of 312.83º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0194 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 148 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.26 |
| HSL | 312.83º | 0.99% | 0.37% | - |
| HSV(B) | 312.83º | 0.99% | 0.74% | - |
| XYZ | 26.1 | 12.85 | 29.12 | - |
| YUV | 73.67 | 169.95 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 148 | 0 | 0.99 | 0.21 | 0.26 | 312.83 | 0.99 | 0.37 |
| Hex | BC | 1 | 94 | 0 | 63 | 15 | 1A | 139 | 63 | 25 |
| Octal | 274 | 1 | 224 | 0 | 143 | 25 | 32 | 471 | 143 | 45 |
| Binary | 10111100 | 1 | 10010100 | 0 | 1100011 | 10101 | 11010 | 100111001 | 1100011 | 100101 |
Color Harmonies of #BC0194
Complementary color
Monochromatic Colors of #BC0194
Black with #BC0194
Text Example
Text Example
White with #BC0194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0194; }
p { color: rgb(188,1,148); }
H1.HeaderClassName
{
color: #BC0194;
}
.AnyTagClassName
{
color: #BC0194;
}
</style>
background-color css
<style>
a { background-color: #BC0194; }
a { background-color: rgb(188,1,148); }
div.DivClassName
{
background-color: #BC0194;
}
.BgClassName
{
background-color: #BC0194;
}
</style>
border-color css
<style>
span { border-color: #BC0194; }
span { border-color: rgb(188,1,148); }
td.TdClassName
{
border-color: #BC0194;
}
.TagClassName
{
border-color: #BC0194;
}
</style>