Shades of Medium Violet Red #BC1494
Tints of Medium Violet Red #BC1494
RGB
CMYK
RGB Variations
Color information
#BC1494 (or 0xBC1494) is known color: Medium Violet Red. HEX triplet: BC, 14 and 94. RGB value is (188,20,148). Sum of RGB (Red+Green+Blue) = 188+20+148=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1494 is #43EB6B. Grayscale: #545454. Windows color (decimal): -4451180 or 9704636. OLE color: 9704636.
HSL color Cylindrical-coordinate representation of color #BC1494: hue angle of 314.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1494 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 148 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.26 |
| HSL | 314.29º | 0.81% | 0.41% | - |
| HSV(B) | 314.29º | 0.89% | 0.74% | - |
| XYZ | 26.33 | 13.33 | 29.2 | - |
| YUV | 84.82 | 163.66 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 148 | 0 | 0.89 | 0.21 | 0.26 | 314.29 | 0.81 | 0.41 |
| Hex | BC | 14 | 94 | 0 | 59 | 15 | 1A | 13A | 51 | 29 |
| Octal | 274 | 24 | 224 | 0 | 131 | 25 | 32 | 472 | 121 | 51 |
| Binary | 10111100 | 10100 | 10010100 | 0 | 1011001 | 10101 | 11010 | 100111010 | 1010001 | 101001 |
Color Harmonies of #BC1494
Complementary color
Monochromatic Colors of #BC1494
Black with #BC1494
Text Example
Text Example
White with #BC1494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1494; }
p { color: rgb(188,20,148); }
H1.HeaderClassName
{
color: #BC1494;
}
.AnyTagClassName
{
color: #BC1494;
}
</style>
background-color css
<style>
a { background-color: #BC1494; }
a { background-color: rgb(188,20,148); }
div.DivClassName
{
background-color: #BC1494;
}
.BgClassName
{
background-color: #BC1494;
}
</style>
border-color css
<style>
span { border-color: #BC1494; }
span { border-color: rgb(188,20,148); }
td.TdClassName
{
border-color: #BC1494;
}
.TagClassName
{
border-color: #BC1494;
}
</style>