Shades of East Side #B277C1
Tints of East Side #B277C1
RGB
CMYK
RGB Variations
Color information
#B277C1 (or 0xB277C1) is known color: East Side. HEX triplet: B2, 77 and C1. RGB value is (178,119,193). Sum of RGB (Red+Green+Blue) = 178+119+193=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #B277C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277C1 is #4D883E. Grayscale: #909090. Windows color (decimal): -5081151 or 12679090. OLE color: 12679090.
HSL color Cylindrical-coordinate representation of color #B277C1: hue angle of 287.84º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B277C1 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 119 | 193 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.24 |
| HSL | 287.84º | 0.37% | 0.61% | - |
| HSV(B) | 287.84º | 0.38% | 0.76% | - |
| XYZ | 34.58 | 26.51 | 53.75 | - |
| YUV | 145.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 119 | 193 | 0.08 | 0.38 | 0 | 0.24 | 287.84 | 0.37 | 0.61 |
| Hex | B2 | 77 | C1 | 8 | 26 | 0 | 18 | 120 | 25 | 3D |
| Octal | 262 | 167 | 301 | 10 | 46 | 0 | 30 | 440 | 45 | 75 |
| Binary | 10110010 | 1110111 | 11000001 | 1000 | 100110 | 0 | 11000 | 100100000 | 100101 | 111101 |
Color Harmonies of #B277C1
Complementary color
Monochromatic Colors of #B277C1
Black with #B277C1
Text Example
Text Example
White with #B277C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B277C1; }
p { color: rgb(178,119,193); }
H1.HeaderClassName
{
color: #B277C1;
}
.AnyTagClassName
{
color: #B277C1;
}
</style>
background-color css
<style>
a { background-color: #B277C1; }
a { background-color: rgb(178,119,193); }
div.DivClassName
{
background-color: #B277C1;
}
.BgClassName
{
background-color: #B277C1;
}
</style>
border-color css
<style>
span { border-color: #B277C1; }
span { border-color: rgb(178,119,193); }
td.TdClassName
{
border-color: #B277C1;
}
.TagClassName
{
border-color: #B277C1;
}
</style>