Shades of East Side #B276C2
Tints of East Side #B276C2
RGB
CMYK
RGB Variations
Color information
#B276C2 (or 0xB276C2) is known color: East Side. HEX triplet: B2, 76 and C2. RGB value is (178,118,194). Sum of RGB (Red+Green+Blue) = 178+118+194=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 194 - color contains mainly: blue. Hex color #B276C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B276C2 is #4D893D. Grayscale: #909090. Windows color (decimal): -5081406 or 12744370. OLE color: 12744370.
HSL color Cylindrical-coordinate representation of color #B276C2: hue angle of 287.37º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B276C2 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 118 | 194 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.24 |
| HSL | 287.37º | 0.38% | 0.61% | - |
| HSV(B) | 287.37º | 0.39% | 0.76% | - |
| XYZ | 34.58 | 26.32 | 54.3 | - |
| YUV | 144.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 194 | 0.08 | 0.39 | 0 | 0.24 | 287.37 | 0.38 | 0.61 |
| Hex | B2 | 76 | C2 | 8 | 27 | 0 | 18 | 11F | 26 | 3D |
| Octal | 262 | 166 | 302 | 10 | 47 | 0 | 30 | 437 | 46 | 75 |
| Binary | 10110010 | 1110110 | 11000010 | 1000 | 100111 | 0 | 11000 | 100011111 | 100110 | 111101 |
Color Harmonies of #B276C2
Complementary color
Monochromatic Colors of #B276C2
Black with #B276C2
Text Example
Text Example
White with #B276C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B276C2; }
p { color: rgb(178,118,194); }
H1.HeaderClassName
{
color: #B276C2;
}
.AnyTagClassName
{
color: #B276C2;
}
</style>
background-color css
<style>
a { background-color: #B276C2; }
a { background-color: rgb(178,118,194); }
div.DivClassName
{
background-color: #B276C2;
}
.BgClassName
{
background-color: #B276C2;
}
</style>
border-color css
<style>
span { border-color: #B276C2; }
span { border-color: rgb(178,118,194); }
td.TdClassName
{
border-color: #B276C2;
}
.TagClassName
{
border-color: #B276C2;
}
</style>