Shades of East Side #BC7EC1
Tints of East Side #BC7EC1
RGB
CMYK
RGB Variations
Color information
#BC7EC1 (or 0xBC7EC1) is known color: East Side. HEX triplet: BC, 7E and C1. RGB value is (188,126,193). Sum of RGB (Red+Green+Blue) = 188+126+193=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC7EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EC1 is #43813E. Grayscale: #979797. Windows color (decimal): -4423999 or 12680892. OLE color: 12680892.
HSL color Cylindrical-coordinate representation of color #BC7EC1: hue angle of 295.52º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7EC1 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 126 | 193 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.24 |
| HSL | 295.52º | 0.35% | 0.63% | - |
| HSV(B) | 295.52º | 0.35% | 0.76% | - |
| XYZ | 37.83 | 29.46 | 54.15 | - |
| YUV | 152.18 | 151.04 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 193 | 0.03 | 0.35 | 0 | 0.24 | 295.52 | 0.35 | 0.63 |
| Hex | BC | 7E | C1 | 3 | 23 | 0 | 18 | 128 | 23 | 3F |
| Octal | 274 | 176 | 301 | 3 | 43 | 0 | 30 | 450 | 43 | 77 |
| Binary | 10111100 | 1111110 | 11000001 | 11 | 100011 | 0 | 11000 | 100101000 | 100011 | 111111 |
Color Harmonies of #BC7EC1
Complementary color
Monochromatic Colors of #BC7EC1
Black with #BC7EC1
Text Example
Text Example
White with #BC7EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7EC1; }
p { color: rgb(188,126,193); }
H1.HeaderClassName
{
color: #BC7EC1;
}
.AnyTagClassName
{
color: #BC7EC1;
}
</style>
background-color css
<style>
a { background-color: #BC7EC1; }
a { background-color: rgb(188,126,193); }
div.DivClassName
{
background-color: #BC7EC1;
}
.BgClassName
{
background-color: #BC7EC1;
}
</style>
border-color css
<style>
span { border-color: #BC7EC1; }
span { border-color: rgb(188,126,193); }
td.TdClassName
{
border-color: #BC7EC1;
}
.TagClassName
{
border-color: #BC7EC1;
}
</style>