Shades of Medium Violet Red #BC007E
Tints of Medium Violet Red #BC007E
RGB
CMYK
RGB Variations
Color information
#BC007E (or 0xBC007E) is known color: Medium Violet Red. HEX triplet: BC, 00 and 7E. RGB value is (188,0,126). Sum of RGB (Red+Green+Blue) = 188+0+126=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC007E is #43FF81. Grayscale: #464646. Windows color (decimal): -4456322 or 8257724. OLE color: 8257724.
HSL color Cylindrical-coordinate representation of color #BC007E: hue angle of 319.79º 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 #BC007E is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.33 | 0.26 |
| HSL | 319.79º | 1% | 0.37% | - |
| HSV(B) | 319.79º | 1% | 0.74% | - |
| XYZ | 24.5 | 12.2 | 20.8 | - |
| YUV | 70.58 | 159.28 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 126 | 0 | 1 | 0.33 | 0.26 | 319.79 | 1 | 0.37 |
| Hex | BC | 0 | 7E | 0 | 64 | 21 | 1A | 140 | 64 | 25 |
| Octal | 274 | 0 | 176 | 0 | 144 | 41 | 32 | 500 | 144 | 45 |
| Binary | 10111100 | 0 | 1111110 | 0 | 1100100 | 100001 | 11010 | 101000000 | 1100100 | 100101 |
Color Harmonies of #BC007E
Complementary color
Monochromatic Colors of #BC007E
Black with #BC007E
Text Example
Text Example
White with #BC007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC007E; }
p { color: rgb(188,0,126); }
H1.HeaderClassName
{
color: #BC007E;
}
.AnyTagClassName
{
color: #BC007E;
}
</style>
background-color css
<style>
a { background-color: #BC007E; }
a { background-color: rgb(188,0,126); }
div.DivClassName
{
background-color: #BC007E;
}
.BgClassName
{
background-color: #BC007E;
}
</style>
border-color css
<style>
span { border-color: #BC007E; }
span { border-color: rgb(188,0,126); }
td.TdClassName
{
border-color: #BC007E;
}
.TagClassName
{
border-color: #BC007E;
}
</style>