Shades of East Side #B487BA
Tints of East Side #B487BA
RGB
CMYK
RGB Variations
Color information
#B487BA (or 0xB487BA) is known color: East Side. HEX triplet: B4, 87 and BA. RGB value is (180,135,186). Sum of RGB (Red+Green+Blue) = 180+135+186=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #B487BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B487BA is #4B7845. Grayscale: #9A9A9A. Windows color (decimal): -4945990 or 12224436. OLE color: 12224436.
HSL color Cylindrical-coordinate representation of color #B487BA: hue angle of 292.94º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B487BA is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 135 | 186 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.27 |
| HSL | 292.94º | 0.27% | 0.63% | - |
| HSV(B) | 292.94º | 0.27% | 0.73% | - |
| XYZ | 36.35 | 30.58 | 50.44 | - |
| YUV | 154.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 135 | 186 | 0.03 | 0.27 | 0 | 0.27 | 292.94 | 0.27 | 0.63 |
| Hex | B4 | 87 | BA | 3 | 1B | 0 | 1B | 125 | 1B | 3F |
| Octal | 264 | 207 | 272 | 3 | 33 | 0 | 33 | 445 | 33 | 77 |
| Binary | 10110100 | 10000111 | 10111010 | 11 | 11011 | 0 | 11011 | 100100101 | 11011 | 111111 |
Color Harmonies of #B487BA
Complementary color
Monochromatic Colors of #B487BA
Black with #B487BA
Text Example
Text Example
White with #B487BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B487BA; }
p { color: rgb(180,135,186); }
H1.HeaderClassName
{
color: #B487BA;
}
.AnyTagClassName
{
color: #B487BA;
}
</style>
background-color css
<style>
a { background-color: #B487BA; }
a { background-color: rgb(180,135,186); }
div.DivClassName
{
background-color: #B487BA;
}
.BgClassName
{
background-color: #B487BA;
}
</style>
border-color css
<style>
span { border-color: #B487BA; }
span { border-color: rgb(180,135,186); }
td.TdClassName
{
border-color: #B487BA;
}
.TagClassName
{
border-color: #B487BA;
}
</style>