Shades of Medium Violet Red #BC087B
Tints of Medium Violet Red #BC087B
RGB
CMYK
RGB Variations
Color information
#BC087B (or 0xBC087B) is known color: Medium Violet Red. HEX triplet: BC, 08 and 7B. RGB value is (188,8,123). Sum of RGB (Red+Green+Blue) = 188+8+123=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC087B is #43F784. Grayscale: #4A4A4A. Windows color (decimal): -4454277 or 8063164. OLE color: 8063164.
HSL color Cylindrical-coordinate representation of color #BC087B: hue angle of 321.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 #BC087B is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 123 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.26 |
| HSL | 321.67º | 0.92% | 0.38% | - |
| HSV(B) | 321.67º | 0.96% | 0.74% | - |
| XYZ | 24.4 | 12.3 | 19.83 | - |
| YUV | 74.93 | 155.13 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 123 | 0 | 0.96 | 0.35 | 0.26 | 321.67 | 0.92 | 0.38 |
| Hex | BC | 8 | 7B | 0 | 60 | 23 | 1A | 142 | 5C | 26 |
| Octal | 274 | 10 | 173 | 0 | 140 | 43 | 32 | 502 | 134 | 46 |
| Binary | 10111100 | 1000 | 1111011 | 0 | 1100000 | 100011 | 11010 | 101000010 | 1011100 | 100110 |
Color Harmonies of #BC087B
Complementary color
Monochromatic Colors of #BC087B
Black with #BC087B
Text Example
Text Example
White with #BC087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC087B; }
p { color: rgb(188,8,123); }
H1.HeaderClassName
{
color: #BC087B;
}
.AnyTagClassName
{
color: #BC087B;
}
</style>
background-color css
<style>
a { background-color: #BC087B; }
a { background-color: rgb(188,8,123); }
div.DivClassName
{
background-color: #BC087B;
}
.BgClassName
{
background-color: #BC087B;
}
</style>
border-color css
<style>
span { border-color: #BC087B; }
span { border-color: rgb(188,8,123); }
td.TdClassName
{
border-color: #BC087B;
}
.TagClassName
{
border-color: #BC087B;
}
</style>