Shades of Medium Violet Red #BC007D
Tints of Medium Violet Red #BC007D
RGB
CMYK
RGB Variations
Color information
#BC007D (or 0xBC007D) is known color: Medium Violet Red. HEX triplet: BC, 00 and 7D. RGB value is (188,0,125). Sum of RGB (Red+Green+Blue) = 188+0+125=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC007D is #43FF82. Grayscale: #464646. Windows color (decimal): -4456323 or 8192188. OLE color: 8192188.
HSL color Cylindrical-coordinate representation of color #BC007D: hue angle of 320.11º 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 #BC007D is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.34 | 0.26 |
| HSL | 320.11º | 1% | 0.37% | - |
| HSV(B) | 320.11º | 1% | 0.74% | - |
| XYZ | 24.44 | 12.17 | 20.46 | - |
| YUV | 70.46 | 158.78 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 125 | 0 | 1 | 0.34 | 0.26 | 320.11 | 1 | 0.37 |
| Hex | BC | 0 | 7D | 0 | 64 | 22 | 1A | 140 | 64 | 25 |
| Octal | 274 | 0 | 175 | 0 | 144 | 42 | 32 | 500 | 144 | 45 |
| Binary | 10111100 | 0 | 1111101 | 0 | 1100100 | 100010 | 11010 | 101000000 | 1100100 | 100101 |
Color Harmonies of #BC007D
Complementary color
Monochromatic Colors of #BC007D
Black with #BC007D
Text Example
Text Example
White with #BC007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC007D; }
p { color: rgb(188,0,125); }
H1.HeaderClassName
{
color: #BC007D;
}
.AnyTagClassName
{
color: #BC007D;
}
</style>
background-color css
<style>
a { background-color: #BC007D; }
a { background-color: rgb(188,0,125); }
div.DivClassName
{
background-color: #BC007D;
}
.BgClassName
{
background-color: #BC007D;
}
</style>
border-color css
<style>
span { border-color: #BC007D; }
span { border-color: rgb(188,0,125); }
td.TdClassName
{
border-color: #BC007D;
}
.TagClassName
{
border-color: #BC007D;
}
</style>