Shades of East Side #BC7BCC
Tints of East Side #BC7BCC
RGB
CMYK
RGB Variations
Color information
#BC7BCC (or 0xBC7BCC) is known color: East Side. HEX triplet: BC, 7B and CC. RGB value is (188,123,204). Sum of RGB (Red+Green+Blue) = 188+123+204=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC7BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BCC is #438433. Grayscale: #979797. Windows color (decimal): -4424756 or 13401020. OLE color: 13401020.
HSL color Cylindrical-coordinate representation of color #BC7BCC: hue angle of 288.15º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7BCC is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 123 | 204 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.2 |
| HSL | 288.15º | 0.44% | 0.64% | - |
| HSV(B) | 288.15º | 0.4% | 0.8% | - |
| XYZ | 38.72 | 29.22 | 60.73 | - |
| YUV | 151.67 | 157.53 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 204 | 0.08 | 0.40 | 0 | 0.2 | 288.15 | 0.44 | 0.64 |
| Hex | BC | 7B | CC | 8 | 28 | 0 | 14 | 120 | 2C | 40 |
| Octal | 274 | 173 | 314 | 10 | 50 | 0 | 24 | 440 | 54 | 100 |
| Binary | 10111100 | 1111011 | 11001100 | 1000 | 101000 | 0 | 10100 | 100100000 | 101100 | 1000000 |
Color Harmonies of #BC7BCC
Complementary color
Monochromatic Colors of #BC7BCC
Black with #BC7BCC
Text Example
Text Example
White with #BC7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BCC; }
p { color: rgb(188,123,204); }
H1.HeaderClassName
{
color: #BC7BCC;
}
.AnyTagClassName
{
color: #BC7BCC;
}
</style>
background-color css
<style>
a { background-color: #BC7BCC; }
a { background-color: rgb(188,123,204); }
div.DivClassName
{
background-color: #BC7BCC;
}
.BgClassName
{
background-color: #BC7BCC;
}
</style>
border-color css
<style>
span { border-color: #BC7BCC; }
span { border-color: rgb(188,123,204); }
td.TdClassName
{
border-color: #BC7BCC;
}
.TagClassName
{
border-color: #BC7BCC;
}
</style>