Shades of East Side #BC78CE
Tints of East Side #BC78CE
RGB
CMYK
RGB Variations
Color information
#BC78CE (or 0xBC78CE) is known color: East Side. HEX triplet: BC, 78 and CE. RGB value is (188,120,206). Sum of RGB (Red+Green+Blue) = 188+120+206=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC78CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78CE is #438731. Grayscale: #959595. Windows color (decimal): -4425522 or 13531324. OLE color: 13531324.
HSL color Cylindrical-coordinate representation of color #BC78CE: hue angle of 287.44º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC78CE is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 120 | 206 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.19 |
| HSL | 287.44º | 0.47% | 0.64% | - |
| HSV(B) | 287.44º | 0.42% | 0.81% | - |
| XYZ | 38.6 | 28.58 | 61.87 | - |
| YUV | 150.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 206 | 0.09 | 0.42 | 0 | 0.19 | 287.44 | 0.47 | 0.64 |
| Hex | BC | 78 | CE | 9 | 2A | 0 | 13 | 11F | 2F | 40 |
| Octal | 274 | 170 | 316 | 11 | 52 | 0 | 23 | 437 | 57 | 100 |
| Binary | 10111100 | 1111000 | 11001110 | 1001 | 101010 | 0 | 10011 | 100011111 | 101111 | 1000000 |
Color Harmonies of #BC78CE
Complementary color
Monochromatic Colors of #BC78CE
Black with #BC78CE
Text Example
Text Example
White with #BC78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78CE; }
p { color: rgb(188,120,206); }
H1.HeaderClassName
{
color: #BC78CE;
}
.AnyTagClassName
{
color: #BC78CE;
}
</style>
background-color css
<style>
a { background-color: #BC78CE; }
a { background-color: rgb(188,120,206); }
div.DivClassName
{
background-color: #BC78CE;
}
.BgClassName
{
background-color: #BC78CE;
}
</style>
border-color css
<style>
span { border-color: #BC78CE; }
span { border-color: rgb(188,120,206); }
td.TdClassName
{
border-color: #BC78CE;
}
.TagClassName
{
border-color: #BC78CE;
}
</style>