Shades of East Side #BC7CCC
Tints of East Side #BC7CCC
RGB
CMYK
RGB Variations
Color information
#BC7CCC (or 0xBC7CCC) is known color: East Side. HEX triplet: BC, 7C and CC. RGB value is (188,124,204). Sum of RGB (Red+Green+Blue) = 188+124+204=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC7CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CCC is #438333. Grayscale: #989898. Windows color (decimal): -4424500 or 13401276. OLE color: 13401276.
HSL color Cylindrical-coordinate representation of color #BC7CCC: hue angle of 288º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC7CCC is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 124 | 204 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.2 |
| HSL | 288º | 0.44% | 0.64% | - |
| HSV(B) | 288º | 0.39% | 0.8% | - |
| XYZ | 38.85 | 29.47 | 60.77 | - |
| YUV | 152.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 204 | 0.08 | 0.39 | 0 | 0.2 | 288 | 0.44 | 0.64 |
| Hex | BC | 7C | CC | 8 | 27 | 0 | 14 | 120 | 2C | 40 |
| Octal | 274 | 174 | 314 | 10 | 47 | 0 | 24 | 440 | 54 | 100 |
| Binary | 10111100 | 1111100 | 11001100 | 1000 | 100111 | 0 | 10100 | 100100000 | 101100 | 1000000 |
Color Harmonies of #BC7CCC
Complementary color
Monochromatic Colors of #BC7CCC
Black with #BC7CCC
Text Example
Text Example
White with #BC7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7CCC; }
p { color: rgb(188,124,204); }
H1.HeaderClassName
{
color: #BC7CCC;
}
.AnyTagClassName
{
color: #BC7CCC;
}
</style>
background-color css
<style>
a { background-color: #BC7CCC; }
a { background-color: rgb(188,124,204); }
div.DivClassName
{
background-color: #BC7CCC;
}
.BgClassName
{
background-color: #BC7CCC;
}
</style>
border-color css
<style>
span { border-color: #BC7CCC; }
span { border-color: rgb(188,124,204); }
td.TdClassName
{
border-color: #BC7CCC;
}
.TagClassName
{
border-color: #BC7CCC;
}
</style>