Shades of East Side #BC7CCB
Tints of East Side #BC7CCB
RGB
CMYK
RGB Variations
Color information
#BC7CCB (or 0xBC7CCB) is known color: East Side. HEX triplet: BC, 7C and CB. RGB value is (188,124,203). Sum of RGB (Red+Green+Blue) = 188+124+203=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC7CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CCB is #438334. Grayscale: #979797. Windows color (decimal): -4424501 or 13335740. OLE color: 13335740.
HSL color Cylindrical-coordinate representation of color #BC7CCB: hue angle of 288.61º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC7CCB is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 124 | 203 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.20 |
| HSL | 288.61º | 0.43% | 0.64% | - |
| HSV(B) | 288.61º | 0.39% | 0.8% | - |
| XYZ | 38.73 | 29.42 | 60.14 | - |
| YUV | 152.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 203 | 0.07 | 0.39 | 0 | 0.20 | 288.61 | 0.43 | 0.64 |
| Hex | BC | 7C | CB | 7 | 27 | 0 | 14 | 121 | 2B | 40 |
| Octal | 274 | 174 | 313 | 7 | 47 | 0 | 24 | 441 | 53 | 100 |
| Binary | 10111100 | 1111100 | 11001011 | 111 | 100111 | 0 | 10100 | 100100001 | 101011 | 1000000 |
Color Harmonies of #BC7CCB
Complementary color
Monochromatic Colors of #BC7CCB
Black with #BC7CCB
Text Example
Text Example
White with #BC7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7CCB; }
p { color: rgb(188,124,203); }
H1.HeaderClassName
{
color: #BC7CCB;
}
.AnyTagClassName
{
color: #BC7CCB;
}
</style>
background-color css
<style>
a { background-color: #BC7CCB; }
a { background-color: rgb(188,124,203); }
div.DivClassName
{
background-color: #BC7CCB;
}
.BgClassName
{
background-color: #BC7CCB;
}
</style>
border-color css
<style>
span { border-color: #BC7CCB; }
span { border-color: rgb(188,124,203); }
td.TdClassName
{
border-color: #BC7CCB;
}
.TagClassName
{
border-color: #BC7CCB;
}
</style>