Shades of Medium Violet Red #BC1672
Tints of Medium Violet Red #BC1672
RGB
CMYK
RGB Variations
Color information
#BC1672 (or 0xBC1672) is known color: Medium Violet Red. HEX triplet: BC, 16 and 72. RGB value is (188,22,114). Sum of RGB (Red+Green+Blue) = 188+22+114=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1672 is #43E98D. Grayscale: #515151. Windows color (decimal): -4450702 or 7476924. OLE color: 7476924.
HSL color Cylindrical-coordinate representation of color #BC1672: hue angle of 326.75º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1672 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 114 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.26 |
| HSL | 326.75º | 0.79% | 0.41% | - |
| HSV(B) | 326.75º | 0.88% | 0.74% | - |
| XYZ | 24.06 | 12.48 | 17.06 | - |
| YUV | 82.12 | 146 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 114 | 0 | 0.88 | 0.39 | 0.26 | 326.75 | 0.79 | 0.41 |
| Hex | BC | 16 | 72 | 0 | 58 | 27 | 1A | 147 | 4F | 29 |
| Octal | 274 | 26 | 162 | 0 | 130 | 47 | 32 | 507 | 117 | 51 |
| Binary | 10111100 | 10110 | 1110010 | 0 | 1011000 | 100111 | 11010 | 101000111 | 1001111 | 101001 |
Color Harmonies of #BC1672
Complementary color
Monochromatic Colors of #BC1672
Black with #BC1672
Text Example
Text Example
White with #BC1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1672; }
p { color: rgb(188,22,114); }
H1.HeaderClassName
{
color: #BC1672;
}
.AnyTagClassName
{
color: #BC1672;
}
</style>
background-color css
<style>
a { background-color: #BC1672; }
a { background-color: rgb(188,22,114); }
div.DivClassName
{
background-color: #BC1672;
}
.BgClassName
{
background-color: #BC1672;
}
</style>
border-color css
<style>
span { border-color: #BC1672; }
span { border-color: rgb(188,22,114); }
td.TdClassName
{
border-color: #BC1672;
}
.TagClassName
{
border-color: #BC1672;
}
</style>