Shades of Medium Violet Red #BC009E
Tints of Medium Violet Red #BC009E
RGB
CMYK
RGB Variations
Color information
#BC009E (or 0xBC009E) is known color: Medium Violet Red. HEX triplet: BC, 00 and 9E. RGB value is (188,0,158). Sum of RGB (Red+Green+Blue) = 188+0+158=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC009E is #43FF61. Grayscale: #494949. Windows color (decimal): -4456290 or 10354876. OLE color: 10354876.
HSL color Cylindrical-coordinate representation of color #BC009E: hue angle of 309.57º 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 #BC009E is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.16 | 0.26 |
| HSL | 309.57º | 1% | 0.37% | - |
| HSV(B) | 309.57º | 1% | 0.74% | - |
| XYZ | 26.91 | 13.16 | 33.47 | - |
| YUV | 74.22 | 175.28 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 158 | 0 | 1 | 0.16 | 0.26 | 309.57 | 1 | 0.37 |
| Hex | BC | 0 | 9E | 0 | 64 | 10 | 1A | 136 | 64 | 25 |
| Octal | 274 | 0 | 236 | 0 | 144 | 20 | 32 | 466 | 144 | 45 |
| Binary | 10111100 | 0 | 10011110 | 0 | 1100100 | 10000 | 11010 | 100110110 | 1100100 | 100101 |
Color Harmonies of #BC009E
Complementary color
Monochromatic Colors of #BC009E
Black with #BC009E
Text Example
Text Example
White with #BC009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC009E; }
p { color: rgb(188,0,158); }
H1.HeaderClassName
{
color: #BC009E;
}
.AnyTagClassName
{
color: #BC009E;
}
</style>
background-color css
<style>
a { background-color: #BC009E; }
a { background-color: rgb(188,0,158); }
div.DivClassName
{
background-color: #BC009E;
}
.BgClassName
{
background-color: #BC009E;
}
</style>
border-color css
<style>
span { border-color: #BC009E; }
span { border-color: rgb(188,0,158); }
td.TdClassName
{
border-color: #BC009E;
}
.TagClassName
{
border-color: #BC009E;
}
</style>