Shades of East Side #BC7ACC
Tints of East Side #BC7ACC
RGB
CMYK
RGB Variations
Color information
#BC7ACC (or 0xBC7ACC) is known color: East Side. HEX triplet: BC, 7A and CC. RGB value is (188,122,204). Sum of RGB (Red+Green+Blue) = 188+122+204=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC7ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7ACC is #438533. Grayscale: #969696. Windows color (decimal): -4425012 or 13400764. OLE color: 13400764.
HSL color Cylindrical-coordinate representation of color #BC7ACC: hue angle of 288.29º degrees, saturation: 0.45, 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 #BC7ACC is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 122 | 204 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.2 |
| HSL | 288.29º | 0.45% | 0.64% | - |
| HSV(B) | 288.29º | 0.4% | 0.8% | - |
| XYZ | 38.6 | 28.97 | 60.68 | - |
| YUV | 151.08 | 157.87 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 204 | 0.08 | 0.40 | 0 | 0.2 | 288.29 | 0.45 | 0.64 |
| Hex | BC | 7A | CC | 8 | 28 | 0 | 14 | 120 | 2D | 40 |
| Octal | 274 | 172 | 314 | 10 | 50 | 0 | 24 | 440 | 55 | 100 |
| Binary | 10111100 | 1111010 | 11001100 | 1000 | 101000 | 0 | 10100 | 100100000 | 101101 | 1000000 |
Color Harmonies of #BC7ACC
Complementary color
Monochromatic Colors of #BC7ACC
Black with #BC7ACC
Text Example
Text Example
White with #BC7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7ACC; }
p { color: rgb(188,122,204); }
H1.HeaderClassName
{
color: #BC7ACC;
}
.AnyTagClassName
{
color: #BC7ACC;
}
</style>
background-color css
<style>
a { background-color: #BC7ACC; }
a { background-color: rgb(188,122,204); }
div.DivClassName
{
background-color: #BC7ACC;
}
.BgClassName
{
background-color: #BC7ACC;
}
</style>
border-color css
<style>
span { border-color: #BC7ACC; }
span { border-color: rgb(188,122,204); }
td.TdClassName
{
border-color: #BC7ACC;
}
.TagClassName
{
border-color: #BC7ACC;
}
</style>