Shades of East Side #B487D0
Tints of East Side #B487D0
RGB
CMYK
RGB Variations
Color information
#B487D0 (or 0xB487D0) is known color: East Side. HEX triplet: B4, 87 and D0. RGB value is (180,135,208). Sum of RGB (Red+Green+Blue) = 180+135+208=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #B487D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B487D0 is #4B782F. Grayscale: #9C9C9C. Windows color (decimal): -4945968 or 13666228. OLE color: 13666228.
HSL color Cylindrical-coordinate representation of color #B487D0: hue angle of 276.99º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B487D0 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 135 | 208 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.18 |
| HSL | 276.99º | 0.44% | 0.67% | - |
| HSV(B) | 276.99º | 0.35% | 0.82% | - |
| XYZ | 38.87 | 31.59 | 63.72 | - |
| YUV | 156.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 135 | 208 | 0.13 | 0.35 | 0 | 0.18 | 276.99 | 0.44 | 0.67 |
| Hex | B4 | 87 | D0 | D | 23 | 0 | 12 | 115 | 2C | 43 |
| Octal | 264 | 207 | 320 | 15 | 43 | 0 | 22 | 425 | 54 | 103 |
| Binary | 10110100 | 10000111 | 11010000 | 1101 | 100011 | 0 | 10010 | 100010101 | 101100 | 1000011 |
Color Harmonies of #B487D0
Complementary color
Monochromatic Colors of #B487D0
Black with #B487D0
Text Example
Text Example
White with #B487D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B487D0; }
p { color: rgb(180,135,208); }
H1.HeaderClassName
{
color: #B487D0;
}
.AnyTagClassName
{
color: #B487D0;
}
</style>
background-color css
<style>
a { background-color: #B487D0; }
a { background-color: rgb(180,135,208); }
div.DivClassName
{
background-color: #B487D0;
}
.BgClassName
{
background-color: #B487D0;
}
</style>
border-color css
<style>
span { border-color: #B487D0; }
span { border-color: rgb(180,135,208); }
td.TdClassName
{
border-color: #B487D0;
}
.TagClassName
{
border-color: #B487D0;
}
</style>