Shades of Medium Violet Red #BC1387
Tints of Medium Violet Red #BC1387
RGB
CMYK
RGB Variations
Color information
#BC1387 (or 0xBC1387) is known color: Medium Violet Red. HEX triplet: BC, 13 and 87. RGB value is (188,19,135). Sum of RGB (Red+Green+Blue) = 188+19+135=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1387 is #43EC78. Grayscale: #525252. Windows color (decimal): -4451449 or 8852412. OLE color: 8852412.
HSL color Cylindrical-coordinate representation of color #BC1387: hue angle of 318.82º 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 #BC1387 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 135 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.26 |
| HSL | 318.82º | 0.82% | 0.41% | - |
| HSV(B) | 318.82º | 0.9% | 0.74% | - |
| XYZ | 25.35 | 12.91 | 24.08 | - |
| YUV | 82.76 | 157.49 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 135 | 0 | 0.90 | 0.28 | 0.26 | 318.82 | 0.82 | 0.41 |
| Hex | BC | 13 | 87 | 0 | 5A | 1C | 1A | 13F | 52 | 29 |
| Octal | 274 | 23 | 207 | 0 | 132 | 34 | 32 | 477 | 122 | 51 |
| Binary | 10111100 | 10011 | 10000111 | 0 | 1011010 | 11100 | 11010 | 100111111 | 1010010 | 101001 |
Color Harmonies of #BC1387
Complementary color
Monochromatic Colors of #BC1387
Black with #BC1387
Text Example
Text Example
White with #BC1387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1387; }
p { color: rgb(188,19,135); }
H1.HeaderClassName
{
color: #BC1387;
}
.AnyTagClassName
{
color: #BC1387;
}
</style>
background-color css
<style>
a { background-color: #BC1387; }
a { background-color: rgb(188,19,135); }
div.DivClassName
{
background-color: #BC1387;
}
.BgClassName
{
background-color: #BC1387;
}
</style>
border-color css
<style>
span { border-color: #BC1387; }
span { border-color: rgb(188,19,135); }
td.TdClassName
{
border-color: #BC1387;
}
.TagClassName
{
border-color: #BC1387;
}
</style>