Shades of East Side #B07EBA
Tints of East Side #B07EBA
RGB
CMYK
RGB Variations
Color information
#B07EBA (or 0xB07EBA) is known color: East Side. HEX triplet: B0, 7E and BA. RGB value is (176,126,186). Sum of RGB (Red+Green+Blue) = 176+126+186=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #B07EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07EBA is #4F8145. Grayscale: #939393. Windows color (decimal): -5210438 or 12222128. OLE color: 12222128.
HSL color Cylindrical-coordinate representation of color #B07EBA: hue angle of 290º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B07EBA is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 126 | 186 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.27 |
| HSL | 290º | 0.3% | 0.61% | - |
| HSV(B) | 290º | 0.32% | 0.73% | - |
| XYZ | 34.23 | 27.7 | 50 | - |
| YUV | 147.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 126 | 186 | 0.05 | 0.32 | 0 | 0.27 | 290 | 0.3 | 0.61 |
| Hex | B0 | 7E | BA | 5 | 20 | 0 | 1B | 122 | 1E | 3D |
| Octal | 260 | 176 | 272 | 5 | 40 | 0 | 33 | 442 | 36 | 75 |
| Binary | 10110000 | 1111110 | 10111010 | 101 | 100000 | 0 | 11011 | 100100010 | 11110 | 111101 |
Color Harmonies of #B07EBA
Complementary color
Monochromatic Colors of #B07EBA
Black with #B07EBA
Text Example
Text Example
White with #B07EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07EBA; }
p { color: rgb(176,126,186); }
H1.HeaderClassName
{
color: #B07EBA;
}
.AnyTagClassName
{
color: #B07EBA;
}
</style>
background-color css
<style>
a { background-color: #B07EBA; }
a { background-color: rgb(176,126,186); }
div.DivClassName
{
background-color: #B07EBA;
}
.BgClassName
{
background-color: #B07EBA;
}
</style>
border-color css
<style>
span { border-color: #B07EBA; }
span { border-color: rgb(176,126,186); }
td.TdClassName
{
border-color: #B07EBA;
}
.TagClassName
{
border-color: #B07EBA;
}
</style>