Shades of East Side #B277C9
Tints of East Side #B277C9
RGB
CMYK
RGB Variations
Color information
#B277C9 (or 0xB277C9) is known color: East Side. HEX triplet: B2, 77 and C9. RGB value is (178,119,201). Sum of RGB (Red+Green+Blue) = 178+119+201=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 201 - color contains mainly: blue. Hex color #B277C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277C9 is #4D8836. Grayscale: #919191. Windows color (decimal): -5081143 or 13203378. OLE color: 13203378.
HSL color Cylindrical-coordinate representation of color #B277C9: hue angle of 283.17º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B277C9 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 119 | 201 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.21 |
| HSL | 283.17º | 0.43% | 0.63% | - |
| HSV(B) | 283.17º | 0.41% | 0.79% | - |
| XYZ | 35.5 | 26.88 | 58.57 | - |
| YUV | 145.99 | 159.05 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 119 | 201 | 0.11 | 0.41 | 0 | 0.21 | 283.17 | 0.43 | 0.63 |
| Hex | B2 | 77 | C9 | B | 29 | 0 | 15 | 11B | 2B | 3F |
| Octal | 262 | 167 | 311 | 13 | 51 | 0 | 25 | 433 | 53 | 77 |
| Binary | 10110010 | 1110111 | 11001001 | 1011 | 101001 | 0 | 10101 | 100011011 | 101011 | 111111 |
Color Harmonies of #B277C9
Complementary color
Monochromatic Colors of #B277C9
Black with #B277C9
Text Example
Text Example
White with #B277C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B277C9; }
p { color: rgb(178,119,201); }
H1.HeaderClassName
{
color: #B277C9;
}
.AnyTagClassName
{
color: #B277C9;
}
</style>
background-color css
<style>
a { background-color: #B277C9; }
a { background-color: rgb(178,119,201); }
div.DivClassName
{
background-color: #B277C9;
}
.BgClassName
{
background-color: #B277C9;
}
</style>
border-color css
<style>
span { border-color: #B277C9; }
span { border-color: rgb(178,119,201); }
td.TdClassName
{
border-color: #B277C9;
}
.TagClassName
{
border-color: #B277C9;
}
</style>