Shades of East Side #B27EBC
Tints of East Side #B27EBC
RGB
CMYK
RGB Variations
Color information
#B27EBC (or 0xB27EBC) is known color: East Side. HEX triplet: B2, 7E and BC. RGB value is (178,126,188). Sum of RGB (Red+Green+Blue) = 178+126+188=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #B27EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27EBC is #4D8143. Grayscale: #949494. Windows color (decimal): -5079364 or 12353202. OLE color: 12353202.
HSL color Cylindrical-coordinate representation of color #B27EBC: hue angle of 290.32º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B27EBC is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 126 | 188 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.26 |
| HSL | 290.32º | 0.32% | 0.62% | - |
| HSV(B) | 290.32º | 0.33% | 0.74% | - |
| XYZ | 34.9 | 28.02 | 51.15 | - |
| YUV | 148.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 188 | 0.05 | 0.33 | 0 | 0.26 | 290.32 | 0.32 | 0.62 |
| Hex | B2 | 7E | BC | 5 | 21 | 0 | 1A | 122 | 20 | 3E |
| Octal | 262 | 176 | 274 | 5 | 41 | 0 | 32 | 442 | 40 | 76 |
| Binary | 10110010 | 1111110 | 10111100 | 101 | 100001 | 0 | 11010 | 100100010 | 100000 | 111110 |
Color Harmonies of #B27EBC
Complementary color
Monochromatic Colors of #B27EBC
Black with #B27EBC
Text Example
Text Example
White with #B27EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27EBC; }
p { color: rgb(178,126,188); }
H1.HeaderClassName
{
color: #B27EBC;
}
.AnyTagClassName
{
color: #B27EBC;
}
</style>
background-color css
<style>
a { background-color: #B27EBC; }
a { background-color: rgb(178,126,188); }
div.DivClassName
{
background-color: #B27EBC;
}
.BgClassName
{
background-color: #B27EBC;
}
</style>
border-color css
<style>
span { border-color: #B27EBC; }
span { border-color: rgb(178,126,188); }
td.TdClassName
{
border-color: #B27EBC;
}
.TagClassName
{
border-color: #B27EBC;
}
</style>