Shades of Medium Violet Red #BC009F
Tints of Medium Violet Red #BC009F
RGB
CMYK
RGB Variations
Color information
#BC009F (or 0xBC009F) is known color: Medium Violet Red. HEX triplet: BC, 00 and 9F. RGB value is (188,0,159). Sum of RGB (Red+Green+Blue) = 188+0+159=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC009F is #43FF60. Grayscale: #494949. Windows color (decimal): -4456289 or 10420412. OLE color: 10420412.
HSL color Cylindrical-coordinate representation of color #BC009F: hue angle of 309.26º 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 #BC009F is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.15 | 0.26 |
| HSL | 309.26º | 1% | 0.37% | - |
| HSV(B) | 309.26º | 1% | 0.74% | - |
| XYZ | 27 | 13.19 | 33.92 | - |
| YUV | 74.34 | 175.78 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 159 | 0 | 1 | 0.15 | 0.26 | 309.26 | 1 | 0.37 |
| Hex | BC | 0 | 9F | 0 | 64 | F | 1A | 135 | 64 | 25 |
| Octal | 274 | 0 | 237 | 0 | 144 | 17 | 32 | 465 | 144 | 45 |
| Binary | 10111100 | 0 | 10011111 | 0 | 1100100 | 1111 | 11010 | 100110101 | 1100100 | 100101 |
Color Harmonies of #BC009F
Complementary color
Monochromatic Colors of #BC009F
Black with #BC009F
Text Example
Text Example
White with #BC009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC009F; }
p { color: rgb(188,0,159); }
H1.HeaderClassName
{
color: #BC009F;
}
.AnyTagClassName
{
color: #BC009F;
}
</style>
background-color css
<style>
a { background-color: #BC009F; }
a { background-color: rgb(188,0,159); }
div.DivClassName
{
background-color: #BC009F;
}
.BgClassName
{
background-color: #BC009F;
}
</style>
border-color css
<style>
span { border-color: #BC009F; }
span { border-color: rgb(188,0,159); }
td.TdClassName
{
border-color: #BC009F;
}
.TagClassName
{
border-color: #BC009F;
}
</style>