Shades of East Side #B676BB
Tints of East Side #B676BB
RGB
CMYK
RGB Variations
Color information
#B676BB (or 0xB676BB) is known color: East Side. HEX triplet: B6, 76 and BB. RGB value is (182,118,187). Sum of RGB (Red+Green+Blue) = 182+118+187=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #B676BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B676BB is #498944. Grayscale: #909090. Windows color (decimal): -4819269 or 12285622. OLE color: 12285622.
HSL color Cylindrical-coordinate representation of color #B676BB: hue angle of 295.65º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B676BB is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 118 | 187 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.27 |
| HSL | 295.65º | 0.34% | 0.6% | - |
| HSV(B) | 295.65º | 0.37% | 0.73% | - |
| XYZ | 34.74 | 26.49 | 50.3 | - |
| YUV | 145 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 187 | 0.03 | 0.37 | 0 | 0.27 | 295.65 | 0.34 | 0.6 |
| Hex | B6 | 76 | BB | 3 | 25 | 0 | 1B | 128 | 22 | 3C |
| Octal | 266 | 166 | 273 | 3 | 45 | 0 | 33 | 450 | 42 | 74 |
| Binary | 10110110 | 1110110 | 10111011 | 11 | 100101 | 0 | 11011 | 100101000 | 100010 | 111100 |
Color Harmonies of #B676BB
Complementary color
Monochromatic Colors of #B676BB
Black with #B676BB
Text Example
Text Example
White with #B676BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B676BB; }
p { color: rgb(182,118,187); }
H1.HeaderClassName
{
color: #B676BB;
}
.AnyTagClassName
{
color: #B676BB;
}
</style>
background-color css
<style>
a { background-color: #B676BB; }
a { background-color: rgb(182,118,187); }
div.DivClassName
{
background-color: #B676BB;
}
.BgClassName
{
background-color: #B676BB;
}
</style>
border-color css
<style>
span { border-color: #B676BB; }
span { border-color: rgb(182,118,187); }
td.TdClassName
{
border-color: #B676BB;
}
.TagClassName
{
border-color: #B676BB;
}
</style>