Shades of East Side #B087D1
Tints of East Side #B087D1
RGB
CMYK
RGB Variations
Color information
#B087D1 (or 0xB087D1) is known color: East Side. HEX triplet: B0, 87 and D1. RGB value is (176,135,209). Sum of RGB (Red+Green+Blue) = 176+135+209=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #B087D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087D1 is #4F782E. Grayscale: #9B9B9B. Windows color (decimal): -5208111 or 13731760. OLE color: 13731760.
HSL color Cylindrical-coordinate representation of color #B087D1: hue angle of 273.24º degrees, saturation: 0.45, 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 #B087D1 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 135 | 209 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.18 |
| HSL | 273.24º | 0.45% | 0.67% | - |
| HSV(B) | 273.24º | 0.35% | 0.82% | - |
| XYZ | 38.08 | 31.16 | 64.33 | - |
| YUV | 155.7 | 158.08 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 209 | 0.16 | 0.35 | 0 | 0.18 | 273.24 | 0.45 | 0.67 |
| Hex | B0 | 87 | D1 | 10 | 23 | 0 | 12 | 111 | 2D | 43 |
| Octal | 260 | 207 | 321 | 20 | 43 | 0 | 22 | 421 | 55 | 103 |
| Binary | 10110000 | 10000111 | 11010001 | 10000 | 100011 | 0 | 10010 | 100010001 | 101101 | 1000011 |
Color Harmonies of #B087D1
Complementary color
Monochromatic Colors of #B087D1
Black with #B087D1
Text Example
Text Example
White with #B087D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B087D1; }
p { color: rgb(176,135,209); }
H1.HeaderClassName
{
color: #B087D1;
}
.AnyTagClassName
{
color: #B087D1;
}
</style>
background-color css
<style>
a { background-color: #B087D1; }
a { background-color: rgb(176,135,209); }
div.DivClassName
{
background-color: #B087D1;
}
.BgClassName
{
background-color: #B087D1;
}
</style>
border-color css
<style>
span { border-color: #B087D1; }
span { border-color: rgb(176,135,209); }
td.TdClassName
{
border-color: #B087D1;
}
.TagClassName
{
border-color: #B087D1;
}
</style>