Shades of East Side #BC7EC5
Tints of East Side #BC7EC5
RGB
CMYK
RGB Variations
Color information
#BC7EC5 (or 0xBC7EC5) is known color: East Side. HEX triplet: BC, 7E and C5. RGB value is (188,126,197). Sum of RGB (Red+Green+Blue) = 188+126+197=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC7EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EC5 is #43813A. Grayscale: #989898. Windows color (decimal): -4423995 or 12943036. OLE color: 12943036.
HSL color Cylindrical-coordinate representation of color #BC7EC5: hue angle of 292.39º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC7EC5 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 126 | 197 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.23 |
| HSL | 292.39º | 0.38% | 0.63% | - |
| HSV(B) | 292.39º | 0.36% | 0.77% | - |
| XYZ | 38.28 | 29.64 | 56.53 | - |
| YUV | 152.63 | 153.04 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 197 | 0.05 | 0.36 | 0 | 0.23 | 292.39 | 0.38 | 0.63 |
| Hex | BC | 7E | C5 | 5 | 24 | 0 | 17 | 124 | 26 | 3F |
| Octal | 274 | 176 | 305 | 5 | 44 | 0 | 27 | 444 | 46 | 77 |
| Binary | 10111100 | 1111110 | 11000101 | 101 | 100100 | 0 | 10111 | 100100100 | 100110 | 111111 |
Color Harmonies of #BC7EC5
Complementary color
Monochromatic Colors of #BC7EC5
Black with #BC7EC5
Text Example
Text Example
White with #BC7EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7EC5; }
p { color: rgb(188,126,197); }
H1.HeaderClassName
{
color: #BC7EC5;
}
.AnyTagClassName
{
color: #BC7EC5;
}
</style>
background-color css
<style>
a { background-color: #BC7EC5; }
a { background-color: rgb(188,126,197); }
div.DivClassName
{
background-color: #BC7EC5;
}
.BgClassName
{
background-color: #BC7EC5;
}
</style>
border-color css
<style>
span { border-color: #BC7EC5; }
span { border-color: rgb(188,126,197); }
td.TdClassName
{
border-color: #BC7EC5;
}
.TagClassName
{
border-color: #BC7EC5;
}
</style>