Shades of East Side #B277BB
Tints of East Side #B277BB
RGB
CMYK
RGB Variations
Color information
#B277BB (or 0xB277BB) is known color: East Side. HEX triplet: B2, 77 and BB. RGB value is (178,119,187). Sum of RGB (Red+Green+Blue) = 178+119+187=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #B277BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277BB is #4D8844. Grayscale: #909090. Windows color (decimal): -5081157 or 12285874. OLE color: 12285874.
HSL color Cylindrical-coordinate representation of color #B277BB: hue angle of 292.06º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B277BB is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 119 | 187 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.27 |
| HSL | 292.06º | 0.33% | 0.6% | - |
| HSV(B) | 292.06º | 0.36% | 0.73% | - |
| XYZ | 33.93 | 26.25 | 50.29 | - |
| YUV | 144.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 119 | 187 | 0.05 | 0.36 | 0 | 0.27 | 292.06 | 0.33 | 0.6 |
| Hex | B2 | 77 | BB | 5 | 24 | 0 | 1B | 124 | 21 | 3C |
| Octal | 262 | 167 | 273 | 5 | 44 | 0 | 33 | 444 | 41 | 74 |
| Binary | 10110010 | 1110111 | 10111011 | 101 | 100100 | 0 | 11011 | 100100100 | 100001 | 111100 |
Color Harmonies of #B277BB
Complementary color
Monochromatic Colors of #B277BB
Black with #B277BB
Text Example
Text Example
White with #B277BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B277BB; }
p { color: rgb(178,119,187); }
H1.HeaderClassName
{
color: #B277BB;
}
.AnyTagClassName
{
color: #B277BB;
}
</style>
background-color css
<style>
a { background-color: #B277BB; }
a { background-color: rgb(178,119,187); }
div.DivClassName
{
background-color: #B277BB;
}
.BgClassName
{
background-color: #B277BB;
}
</style>
border-color css
<style>
span { border-color: #B277BB; }
span { border-color: rgb(178,119,187); }
td.TdClassName
{
border-color: #B277BB;
}
.TagClassName
{
border-color: #B277BB;
}
</style>