Shades of Medium Violet Red #BC1B7B
Tints of Medium Violet Red #BC1B7B
RGB
CMYK
RGB Variations
Color information
#BC1B7B (or 0xBC1B7B) is known color: Medium Violet Red. HEX triplet: BC, 1B and 7B. RGB value is (188,27,123). Sum of RGB (Red+Green+Blue) = 188+27+123=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1B7B is #43E484. Grayscale: #555555. Windows color (decimal): -4449413 or 8068028. OLE color: 8068028.
HSL color Cylindrical-coordinate representation of color #BC1B7B: hue angle of 324.22º 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 #BC1B7B is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 27 | 123 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.26 |
| HSL | 324.22º | 0.75% | 0.42% | - |
| HSV(B) | 324.22º | 0.86% | 0.74% | - |
| XYZ | 24.71 | 12.91 | 19.93 | - |
| YUV | 86.08 | 148.84 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 123 | 0 | 0.86 | 0.35 | 0.26 | 324.22 | 0.75 | 0.42 |
| Hex | BC | 1B | 7B | 0 | 56 | 23 | 1A | 144 | 4B | 2A |
| Octal | 274 | 33 | 173 | 0 | 126 | 43 | 32 | 504 | 113 | 52 |
| Binary | 10111100 | 11011 | 1111011 | 0 | 1010110 | 100011 | 11010 | 101000100 | 1001011 | 101010 |
Color Harmonies of #BC1B7B
Complementary color
Monochromatic Colors of #BC1B7B
Black with #BC1B7B
Text Example
Text Example
White with #BC1B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1B7B; }
p { color: rgb(188,27,123); }
H1.HeaderClassName
{
color: #BC1B7B;
}
.AnyTagClassName
{
color: #BC1B7B;
}
</style>
background-color css
<style>
a { background-color: #BC1B7B; }
a { background-color: rgb(188,27,123); }
div.DivClassName
{
background-color: #BC1B7B;
}
.BgClassName
{
background-color: #BC1B7B;
}
</style>
border-color css
<style>
span { border-color: #BC1B7B; }
span { border-color: rgb(188,27,123); }
td.TdClassName
{
border-color: #BC1B7B;
}
.TagClassName
{
border-color: #BC1B7B;
}
</style>