Shades of East Side #BC7CCE
Tints of East Side #BC7CCE
RGB
CMYK
RGB Variations
Color information
#BC7CCE (or 0xBC7CCE) is known color: East Side. HEX triplet: BC, 7C and CE. RGB value is (188,124,206). Sum of RGB (Red+Green+Blue) = 188+124+206=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC7CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CCE is #438331. Grayscale: #989898. Windows color (decimal): -4424498 or 13532348. OLE color: 13532348.
HSL color Cylindrical-coordinate representation of color #BC7CCE: hue angle of 286.83º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7CCE is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 124 | 206 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.19 |
| HSL | 286.83º | 0.46% | 0.65% | - |
| HSV(B) | 286.83º | 0.4% | 0.81% | - |
| XYZ | 39.09 | 29.56 | 62.04 | - |
| YUV | 152.48 | 158.2 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 206 | 0.09 | 0.40 | 0 | 0.19 | 286.83 | 0.46 | 0.65 |
| Hex | BC | 7C | CE | 9 | 28 | 0 | 13 | 11F | 2E | 41 |
| Octal | 274 | 174 | 316 | 11 | 50 | 0 | 23 | 437 | 56 | 101 |
| Binary | 10111100 | 1111100 | 11001110 | 1001 | 101000 | 0 | 10011 | 100011111 | 101110 | 1000001 |
Color Harmonies of #BC7CCE
Complementary color
Monochromatic Colors of #BC7CCE
Black with #BC7CCE
Text Example
Text Example
White with #BC7CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7CCE; }
p { color: rgb(188,124,206); }
H1.HeaderClassName
{
color: #BC7CCE;
}
.AnyTagClassName
{
color: #BC7CCE;
}
</style>
background-color css
<style>
a { background-color: #BC7CCE; }
a { background-color: rgb(188,124,206); }
div.DivClassName
{
background-color: #BC7CCE;
}
.BgClassName
{
background-color: #BC7CCE;
}
</style>
border-color css
<style>
span { border-color: #BC7CCE; }
span { border-color: rgb(188,124,206); }
td.TdClassName
{
border-color: #BC7CCE;
}
.TagClassName
{
border-color: #BC7CCE;
}
</style>