Shades of East Side #B276C9
Tints of East Side #B276C9
RGB
CMYK
RGB Variations
Color information
#B276C9 (or 0xB276C9) is known color: East Side. HEX triplet: B2, 76 and C9. RGB value is (178,118,201). Sum of RGB (Red+Green+Blue) = 178+118+201=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #B276C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B276C9 is #4D8936. Grayscale: #919191. Windows color (decimal): -5081399 or 13203122. OLE color: 13203122.
HSL color Cylindrical-coordinate representation of color #B276C9: hue angle of 283.37º 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 #B276C9 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 118 | 201 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.21 |
| HSL | 283.37º | 0.43% | 0.63% | - |
| HSV(B) | 283.37º | 0.41% | 0.79% | - |
| XYZ | 35.38 | 26.64 | 58.54 | - |
| YUV | 145.4 | 159.38 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 201 | 0.11 | 0.41 | 0 | 0.21 | 283.37 | 0.43 | 0.63 |
| Hex | B2 | 76 | C9 | B | 29 | 0 | 15 | 11B | 2B | 3F |
| Octal | 262 | 166 | 311 | 13 | 51 | 0 | 25 | 433 | 53 | 77 |
| Binary | 10110010 | 1110110 | 11001001 | 1011 | 101001 | 0 | 10101 | 100011011 | 101011 | 111111 |
Color Harmonies of #B276C9
Complementary color
Monochromatic Colors of #B276C9
Black with #B276C9
Text Example
Text Example
White with #B276C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B276C9; }
p { color: rgb(178,118,201); }
H1.HeaderClassName
{
color: #B276C9;
}
.AnyTagClassName
{
color: #B276C9;
}
</style>
background-color css
<style>
a { background-color: #B276C9; }
a { background-color: rgb(178,118,201); }
div.DivClassName
{
background-color: #B276C9;
}
.BgClassName
{
background-color: #B276C9;
}
</style>
border-color css
<style>
span { border-color: #B276C9; }
span { border-color: rgb(178,118,201); }
td.TdClassName
{
border-color: #B276C9;
}
.TagClassName
{
border-color: #B276C9;
}
</style>