Shades of East Side #BC7FCE
Tints of East Side #BC7FCE
RGB
CMYK
RGB Variations
Color information
#BC7FCE (or 0xBC7FCE) is known color: East Side. HEX triplet: BC, 7F and CE. RGB value is (188,127,206). Sum of RGB (Red+Green+Blue) = 188+127+206=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC7FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FCE is #438031. Grayscale: #999999. Windows color (decimal): -4423730 or 13533116. OLE color: 13533116.
HSL color Cylindrical-coordinate representation of color #BC7FCE: hue angle of 286.33º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7FCE is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 127 | 206 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.19 |
| HSL | 286.33º | 0.45% | 0.65% | - |
| HSV(B) | 286.33º | 0.38% | 0.81% | - |
| XYZ | 39.47 | 30.33 | 62.17 | - |
| YUV | 154.25 | 157.21 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 206 | 0.09 | 0.38 | 0 | 0.19 | 286.33 | 0.45 | 0.65 |
| Hex | BC | 7F | CE | 9 | 26 | 0 | 13 | 11E | 2D | 41 |
| Octal | 274 | 177 | 316 | 11 | 46 | 0 | 23 | 436 | 55 | 101 |
| Binary | 10111100 | 1111111 | 11001110 | 1001 | 100110 | 0 | 10011 | 100011110 | 101101 | 1000001 |
Color Harmonies of #BC7FCE
Complementary color
Monochromatic Colors of #BC7FCE
Black with #BC7FCE
Text Example
Text Example
White with #BC7FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FCE; }
p { color: rgb(188,127,206); }
H1.HeaderClassName
{
color: #BC7FCE;
}
.AnyTagClassName
{
color: #BC7FCE;
}
</style>
background-color css
<style>
a { background-color: #BC7FCE; }
a { background-color: rgb(188,127,206); }
div.DivClassName
{
background-color: #BC7FCE;
}
.BgClassName
{
background-color: #BC7FCE;
}
</style>
border-color css
<style>
span { border-color: #BC7FCE; }
span { border-color: rgb(188,127,206); }
td.TdClassName
{
border-color: #BC7FCE;
}
.TagClassName
{
border-color: #BC7FCE;
}
</style>