Shades of Medium Violet Red #BC0091
Tints of Medium Violet Red #BC0091
RGB
CMYK
RGB Variations
Color information
#BC0091 (or 0xBC0091) is known color: Medium Violet Red. HEX triplet: BC, 00 and 91. RGB value is (188,0,145). Sum of RGB (Red+Green+Blue) = 188+0+145=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0091 is #43FF6E. Grayscale: #484848. Windows color (decimal): -4456303 or 9502908. OLE color: 9502908.
HSL color Cylindrical-coordinate representation of color #BC0091: hue angle of 313.72º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0091 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 145 | - |
| CMYK | 0 | 1 | 0.23 | 0.26 |
| HSL | 313.72º | 1% | 0.37% | - |
| HSV(B) | 313.72º | 1% | 0.74% | - |
| XYZ | 25.85 | 12.74 | 27.88 | - |
| YUV | 72.74 | 168.78 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 145 | 0 | 1 | 0.23 | 0.26 | 313.72 | 1 | 0.37 |
| Hex | BC | 0 | 91 | 0 | 64 | 17 | 1A | 13A | 64 | 25 |
| Octal | 274 | 0 | 221 | 0 | 144 | 27 | 32 | 472 | 144 | 45 |
| Binary | 10111100 | 0 | 10010001 | 0 | 1100100 | 10111 | 11010 | 100111010 | 1100100 | 100101 |
Color Harmonies of #BC0091
Complementary color
Monochromatic Colors of #BC0091
Black with #BC0091
Text Example
Text Example
White with #BC0091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0091; }
p { color: rgb(188,0,145); }
H1.HeaderClassName
{
color: #BC0091;
}
.AnyTagClassName
{
color: #BC0091;
}
</style>
background-color css
<style>
a { background-color: #BC0091; }
a { background-color: rgb(188,0,145); }
div.DivClassName
{
background-color: #BC0091;
}
.BgClassName
{
background-color: #BC0091;
}
</style>
border-color css
<style>
span { border-color: #BC0091; }
span { border-color: rgb(188,0,145); }
td.TdClassName
{
border-color: #BC0091;
}
.TagClassName
{
border-color: #BC0091;
}
</style>