Shades of Medium Violet Red #BC1891
Tints of Medium Violet Red #BC1891
RGB
CMYK
RGB Variations
Color information
#BC1891 (or 0xBC1891) is known color: Medium Violet Red. HEX triplet: BC, 18 and 91. RGB value is (188,24,145). Sum of RGB (Red+Green+Blue) = 188+24+145=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1891 is #43E76E. Grayscale: #565656. Windows color (decimal): -4450159 or 9509052. OLE color: 9509052.
HSL color Cylindrical-coordinate representation of color #BC1891: hue angle of 315.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1891 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 145 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.26 |
| HSL | 315.73º | 0.77% | 0.42% | - |
| HSV(B) | 315.73º | 0.87% | 0.74% | - |
| XYZ | 26.18 | 13.39 | 27.99 | - |
| YUV | 86.83 | 160.83 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 145 | 0 | 0.87 | 0.23 | 0.26 | 315.73 | 0.77 | 0.42 |
| Hex | BC | 18 | 91 | 0 | 57 | 17 | 1A | 13C | 4D | 2A |
| Octal | 274 | 30 | 221 | 0 | 127 | 27 | 32 | 474 | 115 | 52 |
| Binary | 10111100 | 11000 | 10010001 | 0 | 1010111 | 10111 | 11010 | 100111100 | 1001101 | 101010 |
Color Harmonies of #BC1891
Complementary color
Monochromatic Colors of #BC1891
Black with #BC1891
Text Example
Text Example
White with #BC1891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1891; }
p { color: rgb(188,24,145); }
H1.HeaderClassName
{
color: #BC1891;
}
.AnyTagClassName
{
color: #BC1891;
}
</style>
background-color css
<style>
a { background-color: #BC1891; }
a { background-color: rgb(188,24,145); }
div.DivClassName
{
background-color: #BC1891;
}
.BgClassName
{
background-color: #BC1891;
}
</style>
border-color css
<style>
span { border-color: #BC1891; }
span { border-color: rgb(188,24,145); }
td.TdClassName
{
border-color: #BC1891;
}
.TagClassName
{
border-color: #BC1891;
}
</style>