Shades of East Side #BC7EC3
Tints of East Side #BC7EC3
RGB
CMYK
RGB Variations
Color information
#BC7EC3 (or 0xBC7EC3) is known color: East Side. HEX triplet: BC, 7E and C3. RGB value is (188,126,195). Sum of RGB (Red+Green+Blue) = 188+126+195=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC7EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EC3 is #43813C. Grayscale: #989898. Windows color (decimal): -4423997 or 12811964. OLE color: 12811964.
HSL color Cylindrical-coordinate representation of color #BC7EC3: hue angle of 293.91º degrees, saturation: 0.37, 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 #BC7EC3 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 126 | 195 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.24 |
| HSL | 293.91º | 0.37% | 0.63% | - |
| HSV(B) | 293.91º | 0.35% | 0.76% | - |
| XYZ | 38.05 | 29.55 | 55.33 | - |
| YUV | 152.4 | 152.04 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 195 | 0.04 | 0.35 | 0 | 0.24 | 293.91 | 0.37 | 0.63 |
| Hex | BC | 7E | C3 | 4 | 23 | 0 | 18 | 126 | 25 | 3F |
| Octal | 274 | 176 | 303 | 4 | 43 | 0 | 30 | 446 | 45 | 77 |
| Binary | 10111100 | 1111110 | 11000011 | 100 | 100011 | 0 | 11000 | 100100110 | 100101 | 111111 |
Color Harmonies of #BC7EC3
Complementary color
Monochromatic Colors of #BC7EC3
Black with #BC7EC3
Text Example
Text Example
White with #BC7EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7EC3; }
p { color: rgb(188,126,195); }
H1.HeaderClassName
{
color: #BC7EC3;
}
.AnyTagClassName
{
color: #BC7EC3;
}
</style>
background-color css
<style>
a { background-color: #BC7EC3; }
a { background-color: rgb(188,126,195); }
div.DivClassName
{
background-color: #BC7EC3;
}
.BgClassName
{
background-color: #BC7EC3;
}
</style>
border-color css
<style>
span { border-color: #BC7EC3; }
span { border-color: rgb(188,126,195); }
td.TdClassName
{
border-color: #BC7EC3;
}
.TagClassName
{
border-color: #BC7EC3;
}
</style>