Shades of Medium Violet Red #BC168A
Tints of Medium Violet Red #BC168A
RGB
CMYK
RGB Variations
Color information
#BC168A (or 0xBC168A) is known color: Medium Violet Red. HEX triplet: BC, 16 and 8A. RGB value is (188,22,138). Sum of RGB (Red+Green+Blue) = 188+22+138=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC168A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC168A is #43E975. Grayscale: #545454. Windows color (decimal): -4450678 or 9049788. OLE color: 9049788.
HSL color Cylindrical-coordinate representation of color #BC168A: hue angle of 318.07º 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 #BC168A is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 138 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.26 |
| HSL | 318.07º | 0.79% | 0.41% | - |
| HSV(B) | 318.07º | 0.88% | 0.74% | - |
| XYZ | 25.61 | 13.1 | 25.22 | - |
| YUV | 84.86 | 158 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 138 | 0 | 0.88 | 0.27 | 0.26 | 318.07 | 0.79 | 0.41 |
| Hex | BC | 16 | 8A | 0 | 58 | 1B | 1A | 13E | 4F | 29 |
| Octal | 274 | 26 | 212 | 0 | 130 | 33 | 32 | 476 | 117 | 51 |
| Binary | 10111100 | 10110 | 10001010 | 0 | 1011000 | 11011 | 11010 | 100111110 | 1001111 | 101001 |
Color Harmonies of #BC168A
Complementary color
Monochromatic Colors of #BC168A
Black with #BC168A
Text Example
Text Example
White with #BC168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC168A; }
p { color: rgb(188,22,138); }
H1.HeaderClassName
{
color: #BC168A;
}
.AnyTagClassName
{
color: #BC168A;
}
</style>
background-color css
<style>
a { background-color: #BC168A; }
a { background-color: rgb(188,22,138); }
div.DivClassName
{
background-color: #BC168A;
}
.BgClassName
{
background-color: #BC168A;
}
</style>
border-color css
<style>
span { border-color: #BC168A; }
span { border-color: rgb(188,22,138); }
td.TdClassName
{
border-color: #BC168A;
}
.TagClassName
{
border-color: #BC168A;
}
</style>