Shades of East Side #B27EBF
Tints of East Side #B27EBF
RGB
CMYK
RGB Variations
Color information
#B27EBF (or 0xB27EBF) is known color: East Side. HEX triplet: B2, 7E and BF. RGB value is (178,126,191). Sum of RGB (Red+Green+Blue) = 178+126+191=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #B27EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27EBF is #4D8140. Grayscale: #949494. Windows color (decimal): -5079361 or 12549810. OLE color: 12549810.
HSL color Cylindrical-coordinate representation of color #B27EBF: hue angle of 288º 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 #B27EBF is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 126 | 191 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.25 |
| HSL | 288º | 0.34% | 0.62% | - |
| HSV(B) | 288º | 0.34% | 0.75% | - |
| XYZ | 35.22 | 28.15 | 52.87 | - |
| YUV | 148.96 | 151.73 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 191 | 0.07 | 0.34 | 0 | 0.25 | 288 | 0.34 | 0.62 |
| Hex | B2 | 7E | BF | 7 | 22 | 0 | 19 | 120 | 22 | 3E |
| Octal | 262 | 176 | 277 | 7 | 42 | 0 | 31 | 440 | 42 | 76 |
| Binary | 10110010 | 1111110 | 10111111 | 111 | 100010 | 0 | 11001 | 100100000 | 100010 | 111110 |
Color Harmonies of #B27EBF
Complementary color
Monochromatic Colors of #B27EBF
Black with #B27EBF
Text Example
Text Example
White with #B27EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27EBF; }
p { color: rgb(178,126,191); }
H1.HeaderClassName
{
color: #B27EBF;
}
.AnyTagClassName
{
color: #B27EBF;
}
</style>
background-color css
<style>
a { background-color: #B27EBF; }
a { background-color: rgb(178,126,191); }
div.DivClassName
{
background-color: #B27EBF;
}
.BgClassName
{
background-color: #B27EBF;
}
</style>
border-color css
<style>
span { border-color: #B27EBF; }
span { border-color: rgb(178,126,191); }
td.TdClassName
{
border-color: #B27EBF;
}
.TagClassName
{
border-color: #B27EBF;
}
</style>