Shades of Medium Violet Red #BC2172
Tints of Medium Violet Red #BC2172
RGB
CMYK
RGB Variations
Color information
#BC2172 (or 0xBC2172) is known color: Medium Violet Red. HEX triplet: BC, 21 and 72. RGB value is (188,33,114). Sum of RGB (Red+Green+Blue) = 188+33+114=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2172 is #43DE8D. Grayscale: #585858. Windows color (decimal): -4447886 or 7479740. OLE color: 7479740.
HSL color Cylindrical-coordinate representation of color #BC2172: hue angle of 328.65º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2172 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 114 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.26 |
| HSL | 328.65º | 0.7% | 0.43% | - |
| HSV(B) | 328.65º | 0.82% | 0.74% | - |
| XYZ | 24.32 | 12.99 | 17.15 | - |
| YUV | 88.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 114 | 0 | 0.82 | 0.39 | 0.26 | 328.65 | 0.7 | 0.43 |
| Hex | BC | 21 | 72 | 0 | 52 | 27 | 1A | 149 | 46 | 2B |
| Octal | 274 | 41 | 162 | 0 | 122 | 47 | 32 | 511 | 106 | 53 |
| Binary | 10111100 | 100001 | 1110010 | 0 | 1010010 | 100111 | 11010 | 101001001 | 1000110 | 101011 |
Color Harmonies of #BC2172
Complementary color
Monochromatic Colors of #BC2172
Black with #BC2172
Text Example
Text Example
White with #BC2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2172; }
p { color: rgb(188,33,114); }
H1.HeaderClassName
{
color: #BC2172;
}
.AnyTagClassName
{
color: #BC2172;
}
</style>
background-color css
<style>
a { background-color: #BC2172; }
a { background-color: rgb(188,33,114); }
div.DivClassName
{
background-color: #BC2172;
}
.BgClassName
{
background-color: #BC2172;
}
</style>
border-color css
<style>
span { border-color: #BC2172; }
span { border-color: rgb(188,33,114); }
td.TdClassName
{
border-color: #BC2172;
}
.TagClassName
{
border-color: #BC2172;
}
</style>