Shades of Medium Violet Red #BC188B
Tints of Medium Violet Red #BC188B
RGB
CMYK
RGB Variations
Color information
#BC188B (or 0xBC188B) is known color: Medium Violet Red. HEX triplet: BC, 18 and 8B. RGB value is (188,24,139). Sum of RGB (Red+Green+Blue) = 188+24+139=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC188B is #43E774. Grayscale: #555555. Windows color (decimal): -4450165 or 9115836. OLE color: 9115836.
HSL color Cylindrical-coordinate representation of color #BC188B: hue angle of 317.93º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC188B is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 139 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.26 |
| HSL | 317.93º | 0.77% | 0.42% | - |
| HSV(B) | 317.93º | 0.87% | 0.74% | - |
| XYZ | 25.73 | 13.21 | 25.62 | - |
| YUV | 86.15 | 157.83 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 139 | 0 | 0.87 | 0.26 | 0.26 | 317.93 | 0.77 | 0.42 |
| Hex | BC | 18 | 8B | 0 | 57 | 1A | 1A | 13E | 4D | 2A |
| Octal | 274 | 30 | 213 | 0 | 127 | 32 | 32 | 476 | 115 | 52 |
| Binary | 10111100 | 11000 | 10001011 | 0 | 1010111 | 11010 | 11010 | 100111110 | 1001101 | 101010 |
Color Harmonies of #BC188B
Complementary color
Monochromatic Colors of #BC188B
Black with #BC188B
Text Example
Text Example
White with #BC188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC188B; }
p { color: rgb(188,24,139); }
H1.HeaderClassName
{
color: #BC188B;
}
.AnyTagClassName
{
color: #BC188B;
}
</style>
background-color css
<style>
a { background-color: #BC188B; }
a { background-color: rgb(188,24,139); }
div.DivClassName
{
background-color: #BC188B;
}
.BgClassName
{
background-color: #BC188B;
}
</style>
border-color css
<style>
span { border-color: #BC188B; }
span { border-color: rgb(188,24,139); }
td.TdClassName
{
border-color: #BC188B;
}
.TagClassName
{
border-color: #BC188B;
}
</style>