Shades of Medium Violet Red #BC1B9C
Tints of Medium Violet Red #BC1B9C
RGB
CMYK
RGB Variations
Color information
#BC1B9C (or 0xBC1B9C) is known color: Medium Violet Red. HEX triplet: BC, 1B and 9C. RGB value is (188,27,156). Sum of RGB (Red+Green+Blue) = 188+27+156=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1B9C is #43E463. Grayscale: #595959. Windows color (decimal): -4449380 or 10230716. OLE color: 10230716.
HSL color Cylindrical-coordinate representation of color #BC1B9C: hue angle of 311.93º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1B9C is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 27 | 156 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.26 |
| HSL | 311.93º | 0.75% | 0.42% | - |
| HSV(B) | 311.93º | 0.86% | 0.74% | - |
| XYZ | 27.13 | 13.88 | 32.7 | - |
| YUV | 89.85 | 165.34 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 156 | 0 | 0.86 | 0.17 | 0.26 | 311.93 | 0.75 | 0.42 |
| Hex | BC | 1B | 9C | 0 | 56 | 11 | 1A | 138 | 4B | 2A |
| Octal | 274 | 33 | 234 | 0 | 126 | 21 | 32 | 470 | 113 | 52 |
| Binary | 10111100 | 11011 | 10011100 | 0 | 1010110 | 10001 | 11010 | 100111000 | 1001011 | 101010 |
Color Harmonies of #BC1B9C
Complementary color
Monochromatic Colors of #BC1B9C
Black with #BC1B9C
Text Example
Text Example
White with #BC1B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1B9C; }
p { color: rgb(188,27,156); }
H1.HeaderClassName
{
color: #BC1B9C;
}
.AnyTagClassName
{
color: #BC1B9C;
}
</style>
background-color css
<style>
a { background-color: #BC1B9C; }
a { background-color: rgb(188,27,156); }
div.DivClassName
{
background-color: #BC1B9C;
}
.BgClassName
{
background-color: #BC1B9C;
}
</style>
border-color css
<style>
span { border-color: #BC1B9C; }
span { border-color: rgb(188,27,156); }
td.TdClassName
{
border-color: #BC1B9C;
}
.TagClassName
{
border-color: #BC1B9C;
}
</style>