Shades of Medium Violet Red #BC1484
Tints of Medium Violet Red #BC1484
RGB
CMYK
RGB Variations
Color information
#BC1484 (or 0xBC1484) is known color: Medium Violet Red. HEX triplet: BC, 14 and 84. RGB value is (188,20,132). Sum of RGB (Red+Green+Blue) = 188+20+132=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1484 is #43EB7B. Grayscale: #525252. Windows color (decimal): -4451196 or 8656060. OLE color: 8656060.
HSL color Cylindrical-coordinate representation of color #BC1484: hue angle of 320º 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 #BC1484 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 132 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.26 |
| HSL | 320º | 0.81% | 0.41% | - |
| HSV(B) | 320º | 0.89% | 0.74% | - |
| XYZ | 25.15 | 12.86 | 22.99 | - |
| YUV | 83 | 155.66 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 132 | 0 | 0.89 | 0.30 | 0.26 | 320 | 0.81 | 0.41 |
| Hex | BC | 14 | 84 | 0 | 59 | 1E | 1A | 140 | 51 | 29 |
| Octal | 274 | 24 | 204 | 0 | 131 | 36 | 32 | 500 | 121 | 51 |
| Binary | 10111100 | 10100 | 10000100 | 0 | 1011001 | 11110 | 11010 | 101000000 | 1010001 | 101001 |
Color Harmonies of #BC1484
Complementary color
Monochromatic Colors of #BC1484
Black with #BC1484
Text Example
Text Example
White with #BC1484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1484; }
p { color: rgb(188,20,132); }
H1.HeaderClassName
{
color: #BC1484;
}
.AnyTagClassName
{
color: #BC1484;
}
</style>
background-color css
<style>
a { background-color: #BC1484; }
a { background-color: rgb(188,20,132); }
div.DivClassName
{
background-color: #BC1484;
}
.BgClassName
{
background-color: #BC1484;
}
</style>
border-color css
<style>
span { border-color: #BC1484; }
span { border-color: rgb(188,20,132); }
td.TdClassName
{
border-color: #BC1484;
}
.TagClassName
{
border-color: #BC1484;
}
</style>