Shades of East Side #B677D1
Tints of East Side #B677D1
RGB
CMYK
RGB Variations
Color information
#B677D1 (or 0xB677D1) is known color: East Side. HEX triplet: B6, 77 and D1. RGB value is (182,119,209). Sum of RGB (Red+Green+Blue) = 182+119+209=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #B677D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B677D1 is #49882E. Grayscale: #939393. Windows color (decimal): -4818991 or 13727670. OLE color: 13727670.
HSL color Cylindrical-coordinate representation of color #B677D1: hue angle of 282º 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 #B677D1 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 119 | 209 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.18 |
| HSL | 282º | 0.49% | 0.64% | - |
| HSV(B) | 282º | 0.43% | 0.82% | - |
| XYZ | 37.4 | 27.74 | 63.71 | - |
| YUV | 148.1 | 162.37 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 119 | 209 | 0.13 | 0.43 | 0 | 0.18 | 282 | 0.49 | 0.64 |
| Hex | B6 | 77 | D1 | D | 2B | 0 | 12 | 11A | 31 | 40 |
| Octal | 266 | 167 | 321 | 15 | 53 | 0 | 22 | 432 | 61 | 100 |
| Binary | 10110110 | 1110111 | 11010001 | 1101 | 101011 | 0 | 10010 | 100011010 | 110001 | 1000000 |
Color Harmonies of #B677D1
Complementary color
Monochromatic Colors of #B677D1
Black with #B677D1
Text Example
Text Example
White with #B677D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B677D1; }
p { color: rgb(182,119,209); }
H1.HeaderClassName
{
color: #B677D1;
}
.AnyTagClassName
{
color: #B677D1;
}
</style>
background-color css
<style>
a { background-color: #B677D1; }
a { background-color: rgb(182,119,209); }
div.DivClassName
{
background-color: #B677D1;
}
.BgClassName
{
background-color: #B677D1;
}
</style>
border-color css
<style>
span { border-color: #B677D1; }
span { border-color: rgb(182,119,209); }
td.TdClassName
{
border-color: #B677D1;
}
.TagClassName
{
border-color: #B677D1;
}
</style>