Shades of Medium Violet Red #BC2173
Tints of Medium Violet Red #BC2173
RGB
CMYK
RGB Variations
Color information
#BC2173 (or 0xBC2173) is known color: Medium Violet Red. HEX triplet: BC, 21 and 73. RGB value is (188,33,115). Sum of RGB (Red+Green+Blue) = 188+33+115=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2173 is #43DE8C. Grayscale: #585858. Windows color (decimal): -4447885 or 7545276. OLE color: 7545276.
HSL color Cylindrical-coordinate representation of color #BC2173: hue angle of 328.26º 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 #BC2173 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 115 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.26 |
| HSL | 328.26º | 0.7% | 0.43% | - |
| HSV(B) | 328.26º | 0.82% | 0.74% | - |
| XYZ | 24.38 | 13.02 | 17.45 | - |
| YUV | 88.69 | 142.85 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 115 | 0 | 0.82 | 0.39 | 0.26 | 328.26 | 0.7 | 0.43 |
| Hex | BC | 21 | 73 | 0 | 52 | 27 | 1A | 148 | 46 | 2B |
| Octal | 274 | 41 | 163 | 0 | 122 | 47 | 32 | 510 | 106 | 53 |
| Binary | 10111100 | 100001 | 1110011 | 0 | 1010010 | 100111 | 11010 | 101001000 | 1000110 | 101011 |
Color Harmonies of #BC2173
Complementary color
Monochromatic Colors of #BC2173
Black with #BC2173
Text Example
Text Example
White with #BC2173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2173; }
p { color: rgb(188,33,115); }
H1.HeaderClassName
{
color: #BC2173;
}
.AnyTagClassName
{
color: #BC2173;
}
</style>
background-color css
<style>
a { background-color: #BC2173; }
a { background-color: rgb(188,33,115); }
div.DivClassName
{
background-color: #BC2173;
}
.BgClassName
{
background-color: #BC2173;
}
</style>
border-color css
<style>
span { border-color: #BC2173; }
span { border-color: rgb(188,33,115); }
td.TdClassName
{
border-color: #BC2173;
}
.TagClassName
{
border-color: #BC2173;
}
</style>