Shades of East Side #B277BF
Tints of East Side #B277BF
RGB
CMYK
RGB Variations
Color information
#B277BF (or 0xB277BF) is known color: East Side. HEX triplet: B2, 77 and BF. RGB value is (178,119,191). Sum of RGB (Red+Green+Blue) = 178+119+191=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #B277BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277BF is #4D8840. Grayscale: #909090. Windows color (decimal): -5081153 or 12548018. OLE color: 12548018.
HSL color Cylindrical-coordinate representation of color #B277BF: hue angle of 289.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B277BF is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 119 | 191 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.25 |
| HSL | 289.17º | 0.36% | 0.61% | - |
| HSV(B) | 289.17º | 0.38% | 0.75% | - |
| XYZ | 34.36 | 26.42 | 52.58 | - |
| YUV | 144.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 119 | 191 | 0.07 | 0.38 | 0 | 0.25 | 289.17 | 0.36 | 0.61 |
| Hex | B2 | 77 | BF | 7 | 26 | 0 | 19 | 121 | 24 | 3D |
| Octal | 262 | 167 | 277 | 7 | 46 | 0 | 31 | 441 | 44 | 75 |
| Binary | 10110010 | 1110111 | 10111111 | 111 | 100110 | 0 | 11001 | 100100001 | 100100 | 111101 |
Color Harmonies of #B277BF
Complementary color
Monochromatic Colors of #B277BF
Black with #B277BF
Text Example
Text Example
White with #B277BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B277BF; }
p { color: rgb(178,119,191); }
H1.HeaderClassName
{
color: #B277BF;
}
.AnyTagClassName
{
color: #B277BF;
}
</style>
background-color css
<style>
a { background-color: #B277BF; }
a { background-color: rgb(178,119,191); }
div.DivClassName
{
background-color: #B277BF;
}
.BgClassName
{
background-color: #B277BF;
}
</style>
border-color css
<style>
span { border-color: #B277BF; }
span { border-color: rgb(178,119,191); }
td.TdClassName
{
border-color: #B277BF;
}
.TagClassName
{
border-color: #B277BF;
}
</style>