Shades of Medium Violet Red #BC088B
Tints of Medium Violet Red #BC088B
RGB
CMYK
RGB Variations
Color information
#BC088B (or 0xBC088B) is known color: Medium Violet Red. HEX triplet: BC, 08 and 8B. RGB value is (188,8,139). Sum of RGB (Red+Green+Blue) = 188+8+139=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC088B is #43F774. Grayscale: #4C4C4C. Windows color (decimal): -4454261 or 9111740. OLE color: 9111740.
HSL color Cylindrical-coordinate representation of color #BC088B: hue angle of 316.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC088B is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 139 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.26 |
| HSL | 316.33º | 0.92% | 0.38% | - |
| HSV(B) | 316.33º | 0.96% | 0.74% | - |
| XYZ | 25.49 | 12.73 | 25.54 | - |
| YUV | 76.75 | 163.13 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 139 | 0 | 0.96 | 0.26 | 0.26 | 316.33 | 0.92 | 0.38 |
| Hex | BC | 8 | 8B | 0 | 60 | 1A | 1A | 13C | 5C | 26 |
| Octal | 274 | 10 | 213 | 0 | 140 | 32 | 32 | 474 | 134 | 46 |
| Binary | 10111100 | 1000 | 10001011 | 0 | 1100000 | 11010 | 11010 | 100111100 | 1011100 | 100110 |
Color Harmonies of #BC088B
Complementary color
Monochromatic Colors of #BC088B
Black with #BC088B
Text Example
Text Example
White with #BC088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC088B; }
p { color: rgb(188,8,139); }
H1.HeaderClassName
{
color: #BC088B;
}
.AnyTagClassName
{
color: #BC088B;
}
</style>
background-color css
<style>
a { background-color: #BC088B; }
a { background-color: rgb(188,8,139); }
div.DivClassName
{
background-color: #BC088B;
}
.BgClassName
{
background-color: #BC088B;
}
</style>
border-color css
<style>
span { border-color: #BC088B; }
span { border-color: rgb(188,8,139); }
td.TdClassName
{
border-color: #BC088B;
}
.TagClassName
{
border-color: #BC088B;
}
</style>