Shades of Medium Violet Red #BC0672
Tints of Medium Violet Red #BC0672
RGB
CMYK
RGB Variations
Color information
#BC0672 (or 0xBC0672) is known color: Medium Violet Red. HEX triplet: BC, 06 and 72. RGB value is (188,6,114). Sum of RGB (Red+Green+Blue) = 188+6+114=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0672 is #43F98D. Grayscale: #484848. Windows color (decimal): -4454798 or 7472828. OLE color: 7472828.
HSL color Cylindrical-coordinate representation of color #BC0672: hue angle of 324.4º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0672 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 114 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.26 |
| HSL | 324.4º | 0.94% | 0.38% | - |
| HSV(B) | 324.4º | 0.97% | 0.74% | - |
| XYZ | 23.84 | 12.04 | 16.99 | - |
| YUV | 72.73 | 151.3 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 114 | 0 | 0.97 | 0.39 | 0.26 | 324.4 | 0.94 | 0.38 |
| Hex | BC | 6 | 72 | 0 | 61 | 27 | 1A | 144 | 5E | 26 |
| Octal | 274 | 6 | 162 | 0 | 141 | 47 | 32 | 504 | 136 | 46 |
| Binary | 10111100 | 110 | 1110010 | 0 | 1100001 | 100111 | 11010 | 101000100 | 1011110 | 100110 |
Color Harmonies of #BC0672
Complementary color
Monochromatic Colors of #BC0672
Black with #BC0672
Text Example
Text Example
White with #BC0672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0672; }
p { color: rgb(188,6,114); }
H1.HeaderClassName
{
color: #BC0672;
}
.AnyTagClassName
{
color: #BC0672;
}
</style>
background-color css
<style>
a { background-color: #BC0672; }
a { background-color: rgb(188,6,114); }
div.DivClassName
{
background-color: #BC0672;
}
.BgClassName
{
background-color: #BC0672;
}
</style>
border-color css
<style>
span { border-color: #BC0672; }
span { border-color: rgb(188,6,114); }
td.TdClassName
{
border-color: #BC0672;
}
.TagClassName
{
border-color: #BC0672;
}
</style>