Shades of East Side #B27EC0
Tints of East Side #B27EC0
RGB
CMYK
RGB Variations
Color information
#B27EC0 (or 0xB27EC0) is known color: East Side. HEX triplet: B2, 7E and C0. RGB value is (178,126,192). Sum of RGB (Red+Green+Blue) = 178+126+192=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #B27EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27EC0 is #4D813F. Grayscale: #949494. Windows color (decimal): -5079360 or 12615346. OLE color: 12615346.
HSL color Cylindrical-coordinate representation of color #B27EC0: hue angle of 287.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B27EC0 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 126 | 192 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.25 |
| HSL | 287.27º | 0.34% | 0.62% | - |
| HSV(B) | 287.27º | 0.34% | 0.75% | - |
| XYZ | 35.34 | 28.19 | 53.45 | - |
| YUV | 149.07 | 152.23 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 192 | 0.07 | 0.34 | 0 | 0.25 | 287.27 | 0.34 | 0.62 |
| Hex | B2 | 7E | C0 | 7 | 22 | 0 | 19 | 11F | 22 | 3E |
| Octal | 262 | 176 | 300 | 7 | 42 | 0 | 31 | 437 | 42 | 76 |
| Binary | 10110010 | 1111110 | 11000000 | 111 | 100010 | 0 | 11001 | 100011111 | 100010 | 111110 |
Color Harmonies of #B27EC0
Complementary color
Monochromatic Colors of #B27EC0
Black with #B27EC0
Text Example
Text Example
White with #B27EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27EC0; }
p { color: rgb(178,126,192); }
H1.HeaderClassName
{
color: #B27EC0;
}
.AnyTagClassName
{
color: #B27EC0;
}
</style>
background-color css
<style>
a { background-color: #B27EC0; }
a { background-color: rgb(178,126,192); }
div.DivClassName
{
background-color: #B27EC0;
}
.BgClassName
{
background-color: #B27EC0;
}
</style>
border-color css
<style>
span { border-color: #B27EC0; }
span { border-color: rgb(178,126,192); }
td.TdClassName
{
border-color: #B27EC0;
}
.TagClassName
{
border-color: #B27EC0;
}
</style>