Shades of East Side #B776BC
Tints of East Side #B776BC
RGB
CMYK
RGB Variations
Color information
#B776BC (or 0xB776BC) is known color: East Side. HEX triplet: B7, 76 and BC. RGB value is (183,118,188). Sum of RGB (Red+Green+Blue) = 183+118+188=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #B776BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B776BC is #488943. Grayscale: #919191. Windows color (decimal): -4753732 or 12351159. OLE color: 12351159.
HSL color Cylindrical-coordinate representation of color #B776BC: hue angle of 295.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B776BC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 118 | 188 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.26 |
| HSL | 295.71º | 0.34% | 0.6% | - |
| HSV(B) | 295.71º | 0.37% | 0.74% | - |
| XYZ | 35.08 | 26.65 | 50.87 | - |
| YUV | 145.42 | 152.03 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 188 | 0.03 | 0.37 | 0 | 0.26 | 295.71 | 0.34 | 0.6 |
| Hex | B7 | 76 | BC | 3 | 25 | 0 | 1A | 128 | 22 | 3C |
| Octal | 267 | 166 | 274 | 3 | 45 | 0 | 32 | 450 | 42 | 74 |
| Binary | 10110111 | 1110110 | 10111100 | 11 | 100101 | 0 | 11010 | 100101000 | 100010 | 111100 |
Color Harmonies of #B776BC
Complementary color
Monochromatic Colors of #B776BC
Black with #B776BC
Text Example
Text Example
White with #B776BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B776BC; }
p { color: rgb(183,118,188); }
H1.HeaderClassName
{
color: #B776BC;
}
.AnyTagClassName
{
color: #B776BC;
}
</style>
background-color css
<style>
a { background-color: #B776BC; }
a { background-color: rgb(183,118,188); }
div.DivClassName
{
background-color: #B776BC;
}
.BgClassName
{
background-color: #B776BC;
}
</style>
border-color css
<style>
span { border-color: #B776BC; }
span { border-color: rgb(183,118,188); }
td.TdClassName
{
border-color: #B776BC;
}
.TagClassName
{
border-color: #B776BC;
}
</style>