Shades of East Side #B677BC
Tints of East Side #B677BC
RGB
CMYK
RGB Variations
Color information
#B677BC (or 0xB677BC) is known color: East Side. HEX triplet: B6, 77 and BC. RGB value is (182,119,188). Sum of RGB (Red+Green+Blue) = 182+119+188=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 119 (46.88% from 255 or 24.34% 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 #B677BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B677BC is #498843. Grayscale: #919191. Windows color (decimal): -4819012 or 12351414. OLE color: 12351414.
HSL color Cylindrical-coordinate representation of color #B677BC: hue angle of 294.78º 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 #B677BC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 119 | 188 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.26 |
| HSL | 294.78º | 0.34% | 0.6% | - |
| HSV(B) | 294.78º | 0.37% | 0.74% | - |
| XYZ | 34.97 | 26.77 | 50.9 | - |
| YUV | 145.7 | 151.87 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 119 | 188 | 0.03 | 0.37 | 0 | 0.26 | 294.78 | 0.34 | 0.6 |
| Hex | B6 | 77 | BC | 3 | 25 | 0 | 1A | 127 | 22 | 3C |
| Octal | 266 | 167 | 274 | 3 | 45 | 0 | 32 | 447 | 42 | 74 |
| Binary | 10110110 | 1110111 | 10111100 | 11 | 100101 | 0 | 11010 | 100100111 | 100010 | 111100 |
Color Harmonies of #B677BC
Complementary color
Monochromatic Colors of #B677BC
Black with #B677BC
Text Example
Text Example
White with #B677BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B677BC; }
p { color: rgb(182,119,188); }
H1.HeaderClassName
{
color: #B677BC;
}
.AnyTagClassName
{
color: #B677BC;
}
</style>
background-color css
<style>
a { background-color: #B677BC; }
a { background-color: rgb(182,119,188); }
div.DivClassName
{
background-color: #B677BC;
}
.BgClassName
{
background-color: #B677BC;
}
</style>
border-color css
<style>
span { border-color: #B677BC; }
span { border-color: rgb(182,119,188); }
td.TdClassName
{
border-color: #B677BC;
}
.TagClassName
{
border-color: #B677BC;
}
</style>