Shades of Medium Violet Red #BC088A
Tints of Medium Violet Red #BC088A
RGB
CMYK
RGB Variations
Color information
#BC088A (or 0xBC088A) is known color: Medium Violet Red. HEX triplet: BC, 08 and 8A. RGB value is (188,8,138). Sum of RGB (Red+Green+Blue) = 188+8+138=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC088A is #43F775. Grayscale: #4C4C4C. Windows color (decimal): -4454262 or 9046204. OLE color: 9046204.
HSL color Cylindrical-coordinate representation of color #BC088A: hue angle of 316.67º 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 #BC088A is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 138 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.26 |
| HSL | 316.67º | 0.92% | 0.38% | - |
| HSV(B) | 316.67º | 0.96% | 0.74% | - |
| XYZ | 25.41 | 12.7 | 25.16 | - |
| YUV | 76.64 | 162.63 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 138 | 0 | 0.96 | 0.27 | 0.26 | 316.67 | 0.92 | 0.38 |
| Hex | BC | 8 | 8A | 0 | 60 | 1B | 1A | 13D | 5C | 26 |
| Octal | 274 | 10 | 212 | 0 | 140 | 33 | 32 | 475 | 134 | 46 |
| Binary | 10111100 | 1000 | 10001010 | 0 | 1100000 | 11011 | 11010 | 100111101 | 1011100 | 100110 |
Color Harmonies of #BC088A
Complementary color
Monochromatic Colors of #BC088A
Black with #BC088A
Text Example
Text Example
White with #BC088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC088A; }
p { color: rgb(188,8,138); }
H1.HeaderClassName
{
color: #BC088A;
}
.AnyTagClassName
{
color: #BC088A;
}
</style>
background-color css
<style>
a { background-color: #BC088A; }
a { background-color: rgb(188,8,138); }
div.DivClassName
{
background-color: #BC088A;
}
.BgClassName
{
background-color: #BC088A;
}
</style>
border-color css
<style>
span { border-color: #BC088A; }
span { border-color: rgb(188,8,138); }
td.TdClassName
{
border-color: #BC088A;
}
.TagClassName
{
border-color: #BC088A;
}
</style>