Shades of Medium Violet Red #BC178F
Tints of Medium Violet Red #BC178F
RGB
CMYK
RGB Variations
Color information
#BC178F (or 0xBC178F) is known color: Medium Violet Red. HEX triplet: BC, 17 and 8F. RGB value is (188,23,143). Sum of RGB (Red+Green+Blue) = 188+23+143=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC178F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC178F is #43E870. Grayscale: #555555. Windows color (decimal): -4450417 or 9377724. OLE color: 9377724.
HSL color Cylindrical-coordinate representation of color #BC178F: hue angle of 316.36º degrees, saturation: 0.78, 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 #BC178F is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 143 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.26 |
| HSL | 316.36º | 0.78% | 0.41% | - |
| HSV(B) | 316.36º | 0.88% | 0.74% | - |
| XYZ | 26 | 13.29 | 27.18 | - |
| YUV | 86.02 | 160.16 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 143 | 0 | 0.88 | 0.24 | 0.26 | 316.36 | 0.78 | 0.41 |
| Hex | BC | 17 | 8F | 0 | 58 | 18 | 1A | 13C | 4E | 29 |
| Octal | 274 | 27 | 217 | 0 | 130 | 30 | 32 | 474 | 116 | 51 |
| Binary | 10111100 | 10111 | 10001111 | 0 | 1011000 | 11000 | 11010 | 100111100 | 1001110 | 101001 |
Color Harmonies of #BC178F
Complementary color
Monochromatic Colors of #BC178F
Black with #BC178F
Text Example
Text Example
White with #BC178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC178F; }
p { color: rgb(188,23,143); }
H1.HeaderClassName
{
color: #BC178F;
}
.AnyTagClassName
{
color: #BC178F;
}
</style>
background-color css
<style>
a { background-color: #BC178F; }
a { background-color: rgb(188,23,143); }
div.DivClassName
{
background-color: #BC178F;
}
.BgClassName
{
background-color: #BC178F;
}
</style>
border-color css
<style>
span { border-color: #BC178F; }
span { border-color: rgb(188,23,143); }
td.TdClassName
{
border-color: #BC178F;
}
.TagClassName
{
border-color: #BC178F;
}
</style>