Shades of East Side #B677D0
Tints of East Side #B677D0
RGB
CMYK
RGB Variations
Color information
#B677D0 (or 0xB677D0) is known color: East Side. HEX triplet: B6, 77 and D0. RGB value is (182,119,208). Sum of RGB (Red+Green+Blue) = 182+119+208=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #B677D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B677D0 is #49882F. Grayscale: #939393. Windows color (decimal): -4818992 or 13662134. OLE color: 13662134.
HSL color Cylindrical-coordinate representation of color #B677D0: hue angle of 282.47º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B677D0 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 119 | 208 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.18 |
| HSL | 282.47º | 0.49% | 0.64% | - |
| HSV(B) | 282.47º | 0.43% | 0.82% | - |
| XYZ | 37.27 | 27.69 | 63.06 | - |
| YUV | 147.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 119 | 208 | 0.12 | 0.43 | 0 | 0.18 | 282.47 | 0.49 | 0.64 |
| Hex | B6 | 77 | D0 | C | 2B | 0 | 12 | 11A | 31 | 40 |
| Octal | 266 | 167 | 320 | 14 | 53 | 0 | 22 | 432 | 61 | 100 |
| Binary | 10110110 | 1110111 | 11010000 | 1100 | 101011 | 0 | 10010 | 100011010 | 110001 | 1000000 |
Color Harmonies of #B677D0
Complementary color
Monochromatic Colors of #B677D0
Black with #B677D0
Text Example
Text Example
White with #B677D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B677D0; }
p { color: rgb(182,119,208); }
H1.HeaderClassName
{
color: #B677D0;
}
.AnyTagClassName
{
color: #B677D0;
}
</style>
background-color css
<style>
a { background-color: #B677D0; }
a { background-color: rgb(182,119,208); }
div.DivClassName
{
background-color: #B677D0;
}
.BgClassName
{
background-color: #B677D0;
}
</style>
border-color css
<style>
span { border-color: #B677D0; }
span { border-color: rgb(182,119,208); }
td.TdClassName
{
border-color: #B677D0;
}
.TagClassName
{
border-color: #B677D0;
}
</style>