Shades of East Side #B779C0
Tints of East Side #B779C0
RGB
CMYK
RGB Variations
Color information
#B779C0 (or 0xB779C0) is known color: East Side. HEX triplet: B7, 79 and C0. RGB value is (183,121,192). Sum of RGB (Red+Green+Blue) = 183+121+192=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #B779C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B779C0 is #48863F. Grayscale: #939393. Windows color (decimal): -4752960 or 12614071. OLE color: 12614071.
HSL color Cylindrical-coordinate representation of color #B779C0: hue angle of 292.39º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B779C0 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 121 | 192 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.25 |
| HSL | 292.39º | 0.36% | 0.61% | - |
| HSV(B) | 292.39º | 0.37% | 0.75% | - |
| XYZ | 35.88 | 27.55 | 53.3 | - |
| YUV | 147.63 | 153.04 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 192 | 0.05 | 0.37 | 0 | 0.25 | 292.39 | 0.36 | 0.61 |
| Hex | B7 | 79 | C0 | 5 | 25 | 0 | 19 | 124 | 24 | 3D |
| Octal | 267 | 171 | 300 | 5 | 45 | 0 | 31 | 444 | 44 | 75 |
| Binary | 10110111 | 1111001 | 11000000 | 101 | 100101 | 0 | 11001 | 100100100 | 100100 | 111101 |
Color Harmonies of #B779C0
Complementary color
Monochromatic Colors of #B779C0
Black with #B779C0
Text Example
Text Example
White with #B779C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B779C0; }
p { color: rgb(183,121,192); }
H1.HeaderClassName
{
color: #B779C0;
}
.AnyTagClassName
{
color: #B779C0;
}
</style>
background-color css
<style>
a { background-color: #B779C0; }
a { background-color: rgb(183,121,192); }
div.DivClassName
{
background-color: #B779C0;
}
.BgClassName
{
background-color: #B779C0;
}
</style>
border-color css
<style>
span { border-color: #B779C0; }
span { border-color: rgb(183,121,192); }
td.TdClassName
{
border-color: #B779C0;
}
.TagClassName
{
border-color: #B779C0;
}
</style>