Shades of East Side #B487BB
Tints of East Side #B487BB
RGB
CMYK
RGB Variations
Color information
#B487BB (or 0xB487BB) is known color: East Side. HEX triplet: B4, 87 and BB. RGB value is (180,135,187). Sum of RGB (Red+Green+Blue) = 180+135+187=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #B487BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B487BB is #4B7844. Grayscale: #9A9A9A. Windows color (decimal): -4945989 or 12289972. OLE color: 12289972.
HSL color Cylindrical-coordinate representation of color #B487BB: hue angle of 291.92º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B487BB is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 135 | 187 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.27 |
| HSL | 291.92º | 0.28% | 0.63% | - |
| HSV(B) | 291.92º | 0.28% | 0.73% | - |
| XYZ | 36.46 | 30.62 | 51 | - |
| YUV | 154.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 135 | 187 | 0.04 | 0.28 | 0 | 0.27 | 291.92 | 0.28 | 0.63 |
| Hex | B4 | 87 | BB | 4 | 1C | 0 | 1B | 124 | 1C | 3F |
| Octal | 264 | 207 | 273 | 4 | 34 | 0 | 33 | 444 | 34 | 77 |
| Binary | 10110100 | 10000111 | 10111011 | 100 | 11100 | 0 | 11011 | 100100100 | 11100 | 111111 |
Color Harmonies of #B487BB
Complementary color
Monochromatic Colors of #B487BB
Black with #B487BB
Text Example
Text Example
White with #B487BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B487BB; }
p { color: rgb(180,135,187); }
H1.HeaderClassName
{
color: #B487BB;
}
.AnyTagClassName
{
color: #B487BB;
}
</style>
background-color css
<style>
a { background-color: #B487BB; }
a { background-color: rgb(180,135,187); }
div.DivClassName
{
background-color: #B487BB;
}
.BgClassName
{
background-color: #B487BB;
}
</style>
border-color css
<style>
span { border-color: #B487BB; }
span { border-color: rgb(180,135,187); }
td.TdClassName
{
border-color: #B487BB;
}
.TagClassName
{
border-color: #B487BB;
}
</style>