Shades of Medium Violet Red #BC178A
Tints of Medium Violet Red #BC178A
RGB
CMYK
RGB Variations
Color information
#BC178A (or 0xBC178A) is known color: Medium Violet Red. HEX triplet: BC, 17 and 8A. RGB value is (188,23,138). Sum of RGB (Red+Green+Blue) = 188+23+138=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC178A is #43E875. Grayscale: #555555. Windows color (decimal): -4450422 or 9050044. OLE color: 9050044.
HSL color Cylindrical-coordinate representation of color #BC178A: hue angle of 318.18º 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 #BC178A is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 138 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.26 |
| HSL | 318.18º | 0.78% | 0.41% | - |
| HSV(B) | 318.18º | 0.88% | 0.74% | - |
| XYZ | 25.63 | 13.14 | 25.23 | - |
| YUV | 85.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 138 | 0 | 0.88 | 0.27 | 0.26 | 318.18 | 0.78 | 0.41 |
| Hex | BC | 17 | 8A | 0 | 58 | 1B | 1A | 13E | 4E | 29 |
| Octal | 274 | 27 | 212 | 0 | 130 | 33 | 32 | 476 | 116 | 51 |
| Binary | 10111100 | 10111 | 10001010 | 0 | 1011000 | 11011 | 11010 | 100111110 | 1001110 | 101001 |
Color Harmonies of #BC178A
Complementary color
Monochromatic Colors of #BC178A
Black with #BC178A
Text Example
Text Example
White with #BC178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC178A; }
p { color: rgb(188,23,138); }
H1.HeaderClassName
{
color: #BC178A;
}
.AnyTagClassName
{
color: #BC178A;
}
</style>
background-color css
<style>
a { background-color: #BC178A; }
a { background-color: rgb(188,23,138); }
div.DivClassName
{
background-color: #BC178A;
}
.BgClassName
{
background-color: #BC178A;
}
</style>
border-color css
<style>
span { border-color: #BC178A; }
span { border-color: rgb(188,23,138); }
td.TdClassName
{
border-color: #BC178A;
}
.TagClassName
{
border-color: #BC178A;
}
</style>