Shades of East Side #BC78C7
Tints of East Side #BC78C7
RGB
CMYK
RGB Variations
Color information
#BC78C7 (or 0xBC78C7) is known color: East Side. HEX triplet: BC, 78 and C7. RGB value is (188,120,199). Sum of RGB (Red+Green+Blue) = 188+120+199=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC78C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78C7 is #438738. Grayscale: #959595. Windows color (decimal): -4425529 or 13072572. OLE color: 13072572.
HSL color Cylindrical-coordinate representation of color #BC78C7: hue angle of 291.65º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC78C7 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 120 | 199 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.22 |
| HSL | 291.65º | 0.41% | 0.63% | - |
| HSV(B) | 291.65º | 0.4% | 0.78% | - |
| XYZ | 37.76 | 28.25 | 57.49 | - |
| YUV | 149.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 199 | 0.06 | 0.40 | 0 | 0.22 | 291.65 | 0.41 | 0.63 |
| Hex | BC | 78 | C7 | 6 | 28 | 0 | 16 | 124 | 29 | 3F |
| Octal | 274 | 170 | 307 | 6 | 50 | 0 | 26 | 444 | 51 | 77 |
| Binary | 10111100 | 1111000 | 11000111 | 110 | 101000 | 0 | 10110 | 100100100 | 101001 | 111111 |
Color Harmonies of #BC78C7
Complementary color
Monochromatic Colors of #BC78C7
Black with #BC78C7
Text Example
Text Example
White with #BC78C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78C7; }
p { color: rgb(188,120,199); }
H1.HeaderClassName
{
color: #BC78C7;
}
.AnyTagClassName
{
color: #BC78C7;
}
</style>
background-color css
<style>
a { background-color: #BC78C7; }
a { background-color: rgb(188,120,199); }
div.DivClassName
{
background-color: #BC78C7;
}
.BgClassName
{
background-color: #BC78C7;
}
</style>
border-color css
<style>
span { border-color: #BC78C7; }
span { border-color: rgb(188,120,199); }
td.TdClassName
{
border-color: #BC78C7;
}
.TagClassName
{
border-color: #BC78C7;
}
</style>