Shades of Medium Violet Red #BC1493
Tints of Medium Violet Red #BC1493
RGB
CMYK
RGB Variations
Color information
#BC1493 (or 0xBC1493) is known color: Medium Violet Red. HEX triplet: BC, 14 and 93. RGB value is (188,20,147). Sum of RGB (Red+Green+Blue) = 188+20+147=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1493 is #43EB6C. Grayscale: #545454. Windows color (decimal): -4451181 or 9639100. OLE color: 9639100.
HSL color Cylindrical-coordinate representation of color #BC1493: hue angle of 314.64º 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 #BC1493 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 147 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.26 |
| HSL | 314.64º | 0.81% | 0.41% | - |
| HSV(B) | 314.64º | 0.89% | 0.74% | - |
| XYZ | 26.26 | 13.3 | 28.79 | - |
| YUV | 84.71 | 163.16 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 147 | 0 | 0.89 | 0.22 | 0.26 | 314.64 | 0.81 | 0.41 |
| Hex | BC | 14 | 93 | 0 | 59 | 16 | 1A | 13B | 51 | 29 |
| Octal | 274 | 24 | 223 | 0 | 131 | 26 | 32 | 473 | 121 | 51 |
| Binary | 10111100 | 10100 | 10010011 | 0 | 1011001 | 10110 | 11010 | 100111011 | 1010001 | 101001 |
Color Harmonies of #BC1493
Complementary color
Monochromatic Colors of #BC1493
Black with #BC1493
Text Example
Text Example
White with #BC1493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1493; }
p { color: rgb(188,20,147); }
H1.HeaderClassName
{
color: #BC1493;
}
.AnyTagClassName
{
color: #BC1493;
}
</style>
background-color css
<style>
a { background-color: #BC1493; }
a { background-color: rgb(188,20,147); }
div.DivClassName
{
background-color: #BC1493;
}
.BgClassName
{
background-color: #BC1493;
}
</style>
border-color css
<style>
span { border-color: #BC1493; }
span { border-color: rgb(188,20,147); }
td.TdClassName
{
border-color: #BC1493;
}
.TagClassName
{
border-color: #BC1493;
}
</style>