Shades of Medium Violet Red #BC089D
Tints of Medium Violet Red #BC089D
RGB
CMYK
RGB Variations
Color information
#BC089D (or 0xBC089D) is known color: Medium Violet Red. HEX triplet: BC, 08 and 9D. RGB value is (188,8,157). Sum of RGB (Red+Green+Blue) = 188+8+157=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC089D is #43F762. Grayscale: #4E4E4E. Windows color (decimal): -4454243 or 10291388. OLE color: 10291388.
HSL color Cylindrical-coordinate representation of color #BC089D: hue angle of 310.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 #BC089D is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 157 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.26 |
| HSL | 310.33º | 0.92% | 0.38% | - |
| HSV(B) | 310.33º | 0.96% | 0.74% | - |
| XYZ | 26.91 | 13.3 | 33.05 | - |
| YUV | 78.81 | 172.13 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 157 | 0 | 0.96 | 0.16 | 0.26 | 310.33 | 0.92 | 0.38 |
| Hex | BC | 8 | 9D | 0 | 60 | 10 | 1A | 136 | 5C | 26 |
| Octal | 274 | 10 | 235 | 0 | 140 | 20 | 32 | 466 | 134 | 46 |
| Binary | 10111100 | 1000 | 10011101 | 0 | 1100000 | 10000 | 11010 | 100110110 | 1011100 | 100110 |
Color Harmonies of #BC089D
Complementary color
Monochromatic Colors of #BC089D
Black with #BC089D
Text Example
Text Example
White with #BC089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC089D; }
p { color: rgb(188,8,157); }
H1.HeaderClassName
{
color: #BC089D;
}
.AnyTagClassName
{
color: #BC089D;
}
</style>
background-color css
<style>
a { background-color: #BC089D; }
a { background-color: rgb(188,8,157); }
div.DivClassName
{
background-color: #BC089D;
}
.BgClassName
{
background-color: #BC089D;
}
</style>
border-color css
<style>
span { border-color: #BC089D; }
span { border-color: rgb(188,8,157); }
td.TdClassName
{
border-color: #BC089D;
}
.TagClassName
{
border-color: #BC089D;
}
</style>