Shades of Medium Violet Red #BC1499
Tints of Medium Violet Red #BC1499
RGB
CMYK
RGB Variations
Color information
#BC1499 (or 0xBC1499) is known color: Medium Violet Red. HEX triplet: BC, 14 and 99. RGB value is (188,20,153). Sum of RGB (Red+Green+Blue) = 188+20+153=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1499 is #43EB66. Grayscale: #555555. Windows color (decimal): -4451175 or 10032316. OLE color: 10032316.
HSL color Cylindrical-coordinate representation of color #BC1499: hue angle of 312.5º 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 #BC1499 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 153 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.26 |
| HSL | 312.5º | 0.81% | 0.41% | - |
| HSV(B) | 312.5º | 0.89% | 0.74% | - |
| XYZ | 26.74 | 13.49 | 31.33 | - |
| YUV | 85.39 | 166.16 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 153 | 0 | 0.89 | 0.19 | 0.26 | 312.5 | 0.81 | 0.41 |
| Hex | BC | 14 | 99 | 0 | 59 | 13 | 1A | 138 | 51 | 29 |
| Octal | 274 | 24 | 231 | 0 | 131 | 23 | 32 | 470 | 121 | 51 |
| Binary | 10111100 | 10100 | 10011001 | 0 | 1011001 | 10011 | 11010 | 100111000 | 1010001 | 101001 |
Color Harmonies of #BC1499
Complementary color
Monochromatic Colors of #BC1499
Black with #BC1499
Text Example
Text Example
White with #BC1499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1499; }
p { color: rgb(188,20,153); }
H1.HeaderClassName
{
color: #BC1499;
}
.AnyTagClassName
{
color: #BC1499;
}
</style>
background-color css
<style>
a { background-color: #BC1499; }
a { background-color: rgb(188,20,153); }
div.DivClassName
{
background-color: #BC1499;
}
.BgClassName
{
background-color: #BC1499;
}
</style>
border-color css
<style>
span { border-color: #BC1499; }
span { border-color: rgb(188,20,153); }
td.TdClassName
{
border-color: #BC1499;
}
.TagClassName
{
border-color: #BC1499;
}
</style>