Shades of Medium Violet Red #BC1384
Tints of Medium Violet Red #BC1384
RGB
CMYK
RGB Variations
Color information
#BC1384 (or 0xBC1384) is known color: Medium Violet Red. HEX triplet: BC, 13 and 84. RGB value is (188,19,132). Sum of RGB (Red+Green+Blue) = 188+19+132=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1384 is #43EC7B. Grayscale: #525252. Windows color (decimal): -4451452 or 8655804. OLE color: 8655804.
HSL color Cylindrical-coordinate representation of color #BC1384: hue angle of 319.88º 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 #BC1384 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 132 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.26 |
| HSL | 319.88º | 0.82% | 0.41% | - |
| HSV(B) | 319.88º | 0.9% | 0.74% | - |
| XYZ | 25.14 | 12.82 | 22.98 | - |
| YUV | 82.41 | 155.99 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 132 | 0 | 0.90 | 0.30 | 0.26 | 319.88 | 0.82 | 0.41 |
| Hex | BC | 13 | 84 | 0 | 5A | 1E | 1A | 140 | 52 | 29 |
| Octal | 274 | 23 | 204 | 0 | 132 | 36 | 32 | 500 | 122 | 51 |
| Binary | 10111100 | 10011 | 10000100 | 0 | 1011010 | 11110 | 11010 | 101000000 | 1010010 | 101001 |
Color Harmonies of #BC1384
Complementary color
Monochromatic Colors of #BC1384
Black with #BC1384
Text Example
Text Example
White with #BC1384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1384; }
p { color: rgb(188,19,132); }
H1.HeaderClassName
{
color: #BC1384;
}
.AnyTagClassName
{
color: #BC1384;
}
</style>
background-color css
<style>
a { background-color: #BC1384; }
a { background-color: rgb(188,19,132); }
div.DivClassName
{
background-color: #BC1384;
}
.BgClassName
{
background-color: #BC1384;
}
</style>
border-color css
<style>
span { border-color: #BC1384; }
span { border-color: rgb(188,19,132); }
td.TdClassName
{
border-color: #BC1384;
}
.TagClassName
{
border-color: #BC1384;
}
</style>