Shades of East Side #B677D3
Tints of East Side #B677D3
RGB
CMYK
RGB Variations
Color information
#B677D3 (or 0xB677D3) is known color: East Side. HEX triplet: B6, 77 and D3. RGB value is (182,119,211). Sum of RGB (Red+Green+Blue) = 182+119+211=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 211 - color contains mainly: blue. Hex color #B677D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B677D3 is #49882C. Grayscale: #949494. Windows color (decimal): -4818989 or 13858742. OLE color: 13858742.
HSL color Cylindrical-coordinate representation of color #B677D3: hue angle of 281.09º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B677D3 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 119 | 211 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.17 |
| HSL | 281.09º | 0.51% | 0.65% | - |
| HSV(B) | 281.09º | 0.44% | 0.83% | - |
| XYZ | 37.65 | 27.84 | 65.02 | - |
| YUV | 148.33 | 163.37 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 119 | 211 | 0.14 | 0.44 | 0 | 0.17 | 281.09 | 0.51 | 0.65 |
| Hex | B6 | 77 | D3 | E | 2C | 0 | 11 | 119 | 33 | 41 |
| Octal | 266 | 167 | 323 | 16 | 54 | 0 | 21 | 431 | 63 | 101 |
| Binary | 10110110 | 1110111 | 11010011 | 1110 | 101100 | 0 | 10001 | 100011001 | 110011 | 1000001 |
Color Harmonies of #B677D3
Complementary color
Monochromatic Colors of #B677D3
Black with #B677D3
Text Example
Text Example
White with #B677D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B677D3; }
p { color: rgb(182,119,211); }
H1.HeaderClassName
{
color: #B677D3;
}
.AnyTagClassName
{
color: #B677D3;
}
</style>
background-color css
<style>
a { background-color: #B677D3; }
a { background-color: rgb(182,119,211); }
div.DivClassName
{
background-color: #B677D3;
}
.BgClassName
{
background-color: #B677D3;
}
</style>
border-color css
<style>
span { border-color: #B677D3; }
span { border-color: rgb(182,119,211); }
td.TdClassName
{
border-color: #B677D3;
}
.TagClassName
{
border-color: #B677D3;
}
</style>