Shades of East Side #B778C0
Tints of East Side #B778C0
RGB
CMYK
RGB Variations
Color information
#B778C0 (or 0xB778C0) is known color: East Side. HEX triplet: B7, 78 and C0. RGB value is (183,120,192). Sum of RGB (Red+Green+Blue) = 183+120+192=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: blue. Hex color #B778C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B778C0 is #48873F. Grayscale: #929292. Windows color (decimal): -4753216 or 12613815. OLE color: 12613815.
HSL color Cylindrical-coordinate representation of color #B778C0: hue angle of 292.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B778C0 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 120 | 192 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.25 |
| HSL | 292.5º | 0.36% | 0.61% | - |
| HSV(B) | 292.5º | 0.38% | 0.75% | - |
| XYZ | 35.76 | 27.31 | 53.26 | - |
| YUV | 147.05 | 153.37 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 192 | 0.05 | 0.38 | 0 | 0.25 | 292.5 | 0.36 | 0.61 |
| Hex | B7 | 78 | C0 | 5 | 26 | 0 | 19 | 124 | 24 | 3D |
| Octal | 267 | 170 | 300 | 5 | 46 | 0 | 31 | 444 | 44 | 75 |
| Binary | 10110111 | 1111000 | 11000000 | 101 | 100110 | 0 | 11001 | 100100100 | 100100 | 111101 |
Color Harmonies of #B778C0
Complementary color
Monochromatic Colors of #B778C0
Black with #B778C0
Text Example
Text Example
White with #B778C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B778C0; }
p { color: rgb(183,120,192); }
H1.HeaderClassName
{
color: #B778C0;
}
.AnyTagClassName
{
color: #B778C0;
}
</style>
background-color css
<style>
a { background-color: #B778C0; }
a { background-color: rgb(183,120,192); }
div.DivClassName
{
background-color: #B778C0;
}
.BgClassName
{
background-color: #B778C0;
}
</style>
border-color css
<style>
span { border-color: #B778C0; }
span { border-color: rgb(183,120,192); }
td.TdClassName
{
border-color: #B778C0;
}
.TagClassName
{
border-color: #B778C0;
}
</style>