Shades of East Side #BC78C5
Tints of East Side #BC78C5
RGB
CMYK
RGB Variations
Color information
#BC78C5 (or 0xBC78C5) is known color: East Side. HEX triplet: BC, 78 and C5. RGB value is (188,120,197). Sum of RGB (Red+Green+Blue) = 188+120+197=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC78C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78C5 is #43873A. Grayscale: #949494. Windows color (decimal): -4425531 or 12941500. OLE color: 12941500.
HSL color Cylindrical-coordinate representation of color #BC78C5: hue angle of 292.99º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC78C5 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 120 | 197 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.23 |
| HSL | 292.99º | 0.4% | 0.62% | - |
| HSV(B) | 292.99º | 0.39% | 0.77% | - |
| XYZ | 37.53 | 28.16 | 56.28 | - |
| YUV | 149.11 | 155.03 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 197 | 0.05 | 0.39 | 0 | 0.23 | 292.99 | 0.4 | 0.62 |
| Hex | BC | 78 | C5 | 5 | 27 | 0 | 17 | 125 | 28 | 3E |
| Octal | 274 | 170 | 305 | 5 | 47 | 0 | 27 | 445 | 50 | 76 |
| Binary | 10111100 | 1111000 | 11000101 | 101 | 100111 | 0 | 10111 | 100100101 | 101000 | 111110 |
Color Harmonies of #BC78C5
Complementary color
Monochromatic Colors of #BC78C5
Black with #BC78C5
Text Example
Text Example
White with #BC78C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78C5; }
p { color: rgb(188,120,197); }
H1.HeaderClassName
{
color: #BC78C5;
}
.AnyTagClassName
{
color: #BC78C5;
}
</style>
background-color css
<style>
a { background-color: #BC78C5; }
a { background-color: rgb(188,120,197); }
div.DivClassName
{
background-color: #BC78C5;
}
.BgClassName
{
background-color: #BC78C5;
}
</style>
border-color css
<style>
span { border-color: #BC78C5; }
span { border-color: rgb(188,120,197); }
td.TdClassName
{
border-color: #BC78C5;
}
.TagClassName
{
border-color: #BC78C5;
}
</style>