Shades of Medium Violet Red #BC168B
Tints of Medium Violet Red #BC168B
RGB
CMYK
RGB Variations
Color information
#BC168B (or 0xBC168B) is known color: Medium Violet Red. HEX triplet: BC, 16 and 8B. RGB value is (188,22,139). Sum of RGB (Red+Green+Blue) = 188+22+139=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC168B is #43E974. Grayscale: #545454. Windows color (decimal): -4450677 or 9115324. OLE color: 9115324.
HSL color Cylindrical-coordinate representation of color #BC168B: hue angle of 317.71º 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 #BC168B is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 139 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.26 |
| HSL | 317.71º | 0.79% | 0.41% | - |
| HSV(B) | 317.71º | 0.88% | 0.74% | - |
| XYZ | 25.69 | 13.13 | 25.61 | - |
| YUV | 84.97 | 158.5 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 139 | 0 | 0.88 | 0.26 | 0.26 | 317.71 | 0.79 | 0.41 |
| Hex | BC | 16 | 8B | 0 | 58 | 1A | 1A | 13E | 4F | 29 |
| Octal | 274 | 26 | 213 | 0 | 130 | 32 | 32 | 476 | 117 | 51 |
| Binary | 10111100 | 10110 | 10001011 | 0 | 1011000 | 11010 | 11010 | 100111110 | 1001111 | 101001 |
Color Harmonies of #BC168B
Complementary color
Monochromatic Colors of #BC168B
Black with #BC168B
Text Example
Text Example
White with #BC168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC168B; }
p { color: rgb(188,22,139); }
H1.HeaderClassName
{
color: #BC168B;
}
.AnyTagClassName
{
color: #BC168B;
}
</style>
background-color css
<style>
a { background-color: #BC168B; }
a { background-color: rgb(188,22,139); }
div.DivClassName
{
background-color: #BC168B;
}
.BgClassName
{
background-color: #BC168B;
}
</style>
border-color css
<style>
span { border-color: #BC168B; }
span { border-color: rgb(188,22,139); }
td.TdClassName
{
border-color: #BC168B;
}
.TagClassName
{
border-color: #BC168B;
}
</style>