Shades of East Side #BC78C9
Tints of East Side #BC78C9
RGB
CMYK
RGB Variations
Color information
#BC78C9 (or 0xBC78C9) is known color: East Side. HEX triplet: BC, 78 and C9. RGB value is (188,120,201). Sum of RGB (Red+Green+Blue) = 188+120+201=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC78C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78C9 is #438736. Grayscale: #959595. Windows color (decimal): -4425527 or 13203644. OLE color: 13203644.
HSL color Cylindrical-coordinate representation of color #BC78C9: hue angle of 290.37º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC78C9 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 120 | 201 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.21 |
| HSL | 290.37º | 0.43% | 0.63% | - |
| HSV(B) | 290.37º | 0.4% | 0.79% | - |
| XYZ | 38 | 28.34 | 58.73 | - |
| YUV | 149.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 201 | 0.06 | 0.40 | 0 | 0.21 | 290.37 | 0.43 | 0.63 |
| Hex | BC | 78 | C9 | 6 | 28 | 0 | 15 | 122 | 2B | 3F |
| Octal | 274 | 170 | 311 | 6 | 50 | 0 | 25 | 442 | 53 | 77 |
| Binary | 10111100 | 1111000 | 11001001 | 110 | 101000 | 0 | 10101 | 100100010 | 101011 | 111111 |
Color Harmonies of #BC78C9
Complementary color
Monochromatic Colors of #BC78C9
Black with #BC78C9
Text Example
Text Example
White with #BC78C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78C9; }
p { color: rgb(188,120,201); }
H1.HeaderClassName
{
color: #BC78C9;
}
.AnyTagClassName
{
color: #BC78C9;
}
</style>
background-color css
<style>
a { background-color: #BC78C9; }
a { background-color: rgb(188,120,201); }
div.DivClassName
{
background-color: #BC78C9;
}
.BgClassName
{
background-color: #BC78C9;
}
</style>
border-color css
<style>
span { border-color: #BC78C9; }
span { border-color: rgb(188,120,201); }
td.TdClassName
{
border-color: #BC78C9;
}
.TagClassName
{
border-color: #BC78C9;
}
</style>