Shades of East Side #B777C2
Tints of East Side #B777C2
RGB
CMYK
RGB Variations
Color information
#B777C2 (or 0xB777C2) is known color: East Side. HEX triplet: B7, 77 and C2. RGB value is (183,119,194). Sum of RGB (Red+Green+Blue) = 183+119+194=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 194 - color contains mainly: blue. Hex color #B777C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777C2 is #48883D. Grayscale: #929292. Windows color (decimal): -4753470 or 12744631. OLE color: 12744631.
HSL color Cylindrical-coordinate representation of color #B777C2: hue angle of 291.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B777C2 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 119 | 194 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.24 |
| HSL | 291.2º | 0.38% | 0.61% | - |
| HSV(B) | 291.2º | 0.39% | 0.76% | - |
| XYZ | 35.86 | 27.16 | 54.39 | - |
| YUV | 146.69 | 154.7 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 194 | 0.06 | 0.39 | 0 | 0.24 | 291.2 | 0.38 | 0.61 |
| Hex | B7 | 77 | C2 | 6 | 27 | 0 | 18 | 123 | 26 | 3D |
| Octal | 267 | 167 | 302 | 6 | 47 | 0 | 30 | 443 | 46 | 75 |
| Binary | 10110111 | 1110111 | 11000010 | 110 | 100111 | 0 | 11000 | 100100011 | 100110 | 111101 |
Color Harmonies of #B777C2
Complementary color
Monochromatic Colors of #B777C2
Black with #B777C2
Text Example
Text Example
White with #B777C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B777C2; }
p { color: rgb(183,119,194); }
H1.HeaderClassName
{
color: #B777C2;
}
.AnyTagClassName
{
color: #B777C2;
}
</style>
background-color css
<style>
a { background-color: #B777C2; }
a { background-color: rgb(183,119,194); }
div.DivClassName
{
background-color: #B777C2;
}
.BgClassName
{
background-color: #B777C2;
}
</style>
border-color css
<style>
span { border-color: #B777C2; }
span { border-color: rgb(183,119,194); }
td.TdClassName
{
border-color: #B777C2;
}
.TagClassName
{
border-color: #B777C2;
}
</style>