Shades of East Side #B27EC4
Tints of East Side #B27EC4
RGB
CMYK
RGB Variations
Color information
#B27EC4 (or 0xB27EC4) is known color: East Side. HEX triplet: B2, 7E and C4. RGB value is (178,126,196). Sum of RGB (Red+Green+Blue) = 178+126+196=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 196 - color contains mainly: blue. Hex color #B27EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27EC4 is #4D813B. Grayscale: #959595. Windows color (decimal): -5079356 or 12877490. OLE color: 12877490.
HSL color Cylindrical-coordinate representation of color #B27EC4: hue angle of 284.57º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B27EC4 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 126 | 196 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.23 |
| HSL | 284.57º | 0.37% | 0.63% | - |
| HSV(B) | 284.57º | 0.36% | 0.77% | - |
| XYZ | 35.78 | 28.37 | 55.81 | - |
| YUV | 149.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 196 | 0.09 | 0.36 | 0 | 0.23 | 284.57 | 0.37 | 0.63 |
| Hex | B2 | 7E | C4 | 9 | 24 | 0 | 17 | 11D | 25 | 3F |
| Octal | 262 | 176 | 304 | 11 | 44 | 0 | 27 | 435 | 45 | 77 |
| Binary | 10110010 | 1111110 | 11000100 | 1001 | 100100 | 0 | 10111 | 100011101 | 100101 | 111111 |
Color Harmonies of #B27EC4
Complementary color
Monochromatic Colors of #B27EC4
Black with #B27EC4
Text Example
Text Example
White with #B27EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27EC4; }
p { color: rgb(178,126,196); }
H1.HeaderClassName
{
color: #B27EC4;
}
.AnyTagClassName
{
color: #B27EC4;
}
</style>
background-color css
<style>
a { background-color: #B27EC4; }
a { background-color: rgb(178,126,196); }
div.DivClassName
{
background-color: #B27EC4;
}
.BgClassName
{
background-color: #B27EC4;
}
</style>
border-color css
<style>
span { border-color: #B27EC4; }
span { border-color: rgb(178,126,196); }
td.TdClassName
{
border-color: #B27EC4;
}
.TagClassName
{
border-color: #B27EC4;
}
</style>