Shades of East Side #B277D0
Tints of East Side #B277D0
RGB
CMYK
RGB Variations
Color information
#B277D0 (or 0xB277D0) is known color: East Side. HEX triplet: B2, 77 and D0. RGB value is (178,119,208). Sum of RGB (Red+Green+Blue) = 178+119+208=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #B277D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277D0 is #4D882F. Grayscale: #929292. Windows color (decimal): -5081136 or 13662130. OLE color: 13662130.
HSL color Cylindrical-coordinate representation of color #B277D0: hue angle of 279.78º 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 #B277D0 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 119 | 208 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.18 |
| HSL | 279.78º | 0.49% | 0.64% | - |
| HSV(B) | 279.78º | 0.43% | 0.82% | - |
| XYZ | 36.34 | 27.21 | 63.01 | - |
| YUV | 146.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 119 | 208 | 0.14 | 0.43 | 0 | 0.18 | 279.78 | 0.49 | 0.64 |
| Hex | B2 | 77 | D0 | E | 2B | 0 | 12 | 118 | 31 | 40 |
| Octal | 262 | 167 | 320 | 16 | 53 | 0 | 22 | 430 | 61 | 100 |
| Binary | 10110010 | 1110111 | 11010000 | 1110 | 101011 | 0 | 10010 | 100011000 | 110001 | 1000000 |
Color Harmonies of #B277D0
Complementary color
Monochromatic Colors of #B277D0
Black with #B277D0
Text Example
Text Example
White with #B277D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B277D0; }
p { color: rgb(178,119,208); }
H1.HeaderClassName
{
color: #B277D0;
}
.AnyTagClassName
{
color: #B277D0;
}
</style>
background-color css
<style>
a { background-color: #B277D0; }
a { background-color: rgb(178,119,208); }
div.DivClassName
{
background-color: #B277D0;
}
.BgClassName
{
background-color: #B277D0;
}
</style>
border-color css
<style>
span { border-color: #B277D0; }
span { border-color: rgb(178,119,208); }
td.TdClassName
{
border-color: #B277D0;
}
.TagClassName
{
border-color: #B277D0;
}
</style>