Shades of East Side #B27FBB
Tints of East Side #B27FBB
RGB
CMYK
RGB Variations
Color information
#B27FBB (or 0xB27FBB) is known color: East Side. HEX triplet: B2, 7F and BB. RGB value is (178,127,187). Sum of RGB (Red+Green+Blue) = 178+127+187=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #B27FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27FBB is #4D8044. Grayscale: #949494. Windows color (decimal): -5079109 or 12287922. OLE color: 12287922.
HSL color Cylindrical-coordinate representation of color #B27FBB: hue angle of 291º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B27FBB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 127 | 187 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.27 |
| HSL | 291º | 0.31% | 0.62% | - |
| HSV(B) | 291º | 0.32% | 0.73% | - |
| XYZ | 34.92 | 28.23 | 50.62 | - |
| YUV | 149.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 127 | 187 | 0.05 | 0.32 | 0 | 0.27 | 291 | 0.31 | 0.62 |
| Hex | B2 | 7F | BB | 5 | 20 | 0 | 1B | 123 | 1F | 3E |
| Octal | 262 | 177 | 273 | 5 | 40 | 0 | 33 | 443 | 37 | 76 |
| Binary | 10110010 | 1111111 | 10111011 | 101 | 100000 | 0 | 11011 | 100100011 | 11111 | 111110 |
Color Harmonies of #B27FBB
Complementary color
Monochromatic Colors of #B27FBB
Black with #B27FBB
Text Example
Text Example
White with #B27FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27FBB; }
p { color: rgb(178,127,187); }
H1.HeaderClassName
{
color: #B27FBB;
}
.AnyTagClassName
{
color: #B27FBB;
}
</style>
background-color css
<style>
a { background-color: #B27FBB; }
a { background-color: rgb(178,127,187); }
div.DivClassName
{
background-color: #B27FBB;
}
.BgClassName
{
background-color: #B27FBB;
}
</style>
border-color css
<style>
span { border-color: #B27FBB; }
span { border-color: rgb(178,127,187); }
td.TdClassName
{
border-color: #B27FBB;
}
.TagClassName
{
border-color: #B27FBB;
}
</style>