Shades of East Side #BC78CC
Tints of East Side #BC78CC
RGB
CMYK
RGB Variations
Color information
#BC78CC (or 0xBC78CC) is known color: East Side. HEX triplet: BC, 78 and CC. RGB value is (188,120,204). Sum of RGB (Red+Green+Blue) = 188+120+204=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC78CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78CC is #438733. Grayscale: #959595. Windows color (decimal): -4425524 or 13400252. OLE color: 13400252.
HSL color Cylindrical-coordinate representation of color #BC78CC: hue angle of 288.57º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC78CC is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 120 | 204 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.2 |
| HSL | 288.57º | 0.45% | 0.64% | - |
| HSV(B) | 288.57º | 0.41% | 0.8% | - |
| XYZ | 38.35 | 28.48 | 60.6 | - |
| YUV | 149.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 204 | 0.08 | 0.41 | 0 | 0.2 | 288.57 | 0.45 | 0.64 |
| Hex | BC | 78 | CC | 8 | 29 | 0 | 14 | 121 | 2D | 40 |
| Octal | 274 | 170 | 314 | 10 | 51 | 0 | 24 | 441 | 55 | 100 |
| Binary | 10111100 | 1111000 | 11001100 | 1000 | 101001 | 0 | 10100 | 100100001 | 101101 | 1000000 |
Color Harmonies of #BC78CC
Complementary color
Monochromatic Colors of #BC78CC
Black with #BC78CC
Text Example
Text Example
White with #BC78CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78CC; }
p { color: rgb(188,120,204); }
H1.HeaderClassName
{
color: #BC78CC;
}
.AnyTagClassName
{
color: #BC78CC;
}
</style>
background-color css
<style>
a { background-color: #BC78CC; }
a { background-color: rgb(188,120,204); }
div.DivClassName
{
background-color: #BC78CC;
}
.BgClassName
{
background-color: #BC78CC;
}
</style>
border-color css
<style>
span { border-color: #BC78CC; }
span { border-color: rgb(188,120,204); }
td.TdClassName
{
border-color: #BC78CC;
}
.TagClassName
{
border-color: #BC78CC;
}
</style>