Shades of East Side #BC78CB
Tints of East Side #BC78CB
RGB
CMYK
RGB Variations
Color information
#BC78CB (or 0xBC78CB) is known color: East Side. HEX triplet: BC, 78 and CB. RGB value is (188,120,203). Sum of RGB (Red+Green+Blue) = 188+120+203=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC78CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78CB is #438734. Grayscale: #959595. Windows color (decimal): -4425525 or 13334716. OLE color: 13334716.
HSL color Cylindrical-coordinate representation of color #BC78CB: hue angle of 289.16º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC78CB is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 120 | 203 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.20 |
| HSL | 289.16º | 0.44% | 0.63% | - |
| HSV(B) | 289.16º | 0.41% | 0.8% | - |
| XYZ | 38.24 | 28.44 | 59.97 | - |
| YUV | 149.79 | 158.03 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 203 | 0.07 | 0.41 | 0 | 0.20 | 289.16 | 0.44 | 0.63 |
| Hex | BC | 78 | CB | 7 | 29 | 0 | 14 | 121 | 2C | 3F |
| Octal | 274 | 170 | 313 | 7 | 51 | 0 | 24 | 441 | 54 | 77 |
| Binary | 10111100 | 1111000 | 11001011 | 111 | 101001 | 0 | 10100 | 100100001 | 101100 | 111111 |
Color Harmonies of #BC78CB
Complementary color
Monochromatic Colors of #BC78CB
Black with #BC78CB
Text Example
Text Example
White with #BC78CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78CB; }
p { color: rgb(188,120,203); }
H1.HeaderClassName
{
color: #BC78CB;
}
.AnyTagClassName
{
color: #BC78CB;
}
</style>
background-color css
<style>
a { background-color: #BC78CB; }
a { background-color: rgb(188,120,203); }
div.DivClassName
{
background-color: #BC78CB;
}
.BgClassName
{
background-color: #BC78CB;
}
</style>
border-color css
<style>
span { border-color: #BC78CB; }
span { border-color: rgb(188,120,203); }
td.TdClassName
{
border-color: #BC78CB;
}
.TagClassName
{
border-color: #BC78CB;
}
</style>