Shades of Medium Violet Red #BC1390
Tints of Medium Violet Red #BC1390
RGB
CMYK
RGB Variations
Color information
#BC1390 (or 0xBC1390) is known color: Medium Violet Red. HEX triplet: BC, 13 and 90. RGB value is (188,19,144). Sum of RGB (Red+Green+Blue) = 188+19+144=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1390 is #43EC6F. Grayscale: #535353. Windows color (decimal): -4451440 or 9442236. OLE color: 9442236.
HSL color Cylindrical-coordinate representation of color #BC1390: hue angle of 315.62º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1390 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 144 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.26 |
| HSL | 315.62º | 0.82% | 0.41% | - |
| HSV(B) | 315.62º | 0.9% | 0.74% | - |
| XYZ | 26.01 | 13.17 | 27.56 | - |
| YUV | 83.78 | 161.99 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 144 | 0 | 0.90 | 0.23 | 0.26 | 315.62 | 0.82 | 0.41 |
| Hex | BC | 13 | 90 | 0 | 5A | 17 | 1A | 13C | 52 | 29 |
| Octal | 274 | 23 | 220 | 0 | 132 | 27 | 32 | 474 | 122 | 51 |
| Binary | 10111100 | 10011 | 10010000 | 0 | 1011010 | 10111 | 11010 | 100111100 | 1010010 | 101001 |
Color Harmonies of #BC1390
Complementary color
Monochromatic Colors of #BC1390
Black with #BC1390
Text Example
Text Example
White with #BC1390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1390; }
p { color: rgb(188,19,144); }
H1.HeaderClassName
{
color: #BC1390;
}
.AnyTagClassName
{
color: #BC1390;
}
</style>
background-color css
<style>
a { background-color: #BC1390; }
a { background-color: rgb(188,19,144); }
div.DivClassName
{
background-color: #BC1390;
}
.BgClassName
{
background-color: #BC1390;
}
</style>
border-color css
<style>
span { border-color: #BC1390; }
span { border-color: rgb(188,19,144); }
td.TdClassName
{
border-color: #BC1390;
}
.TagClassName
{
border-color: #BC1390;
}
</style>