Shades of East Side #B087CF
Tints of East Side #B087CF
RGB
CMYK
RGB Variations
Color information
#B087CF (or 0xB087CF) is known color: East Side. HEX triplet: B0, 87 and CF. RGB value is (176,135,207). Sum of RGB (Red+Green+Blue) = 176+135+207=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #B087CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087CF is #4F7830. Grayscale: #9B9B9B. Windows color (decimal): -5208113 or 13600688. OLE color: 13600688.
HSL color Cylindrical-coordinate representation of color #B087CF: hue angle of 274.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B087CF is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 135 | 207 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.19 |
| HSL | 274.17º | 0.43% | 0.67% | - |
| HSV(B) | 274.17º | 0.35% | 0.81% | - |
| XYZ | 37.83 | 31.06 | 63.03 | - |
| YUV | 155.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 207 | 0.15 | 0.35 | 0 | 0.19 | 274.17 | 0.43 | 0.67 |
| Hex | B0 | 87 | CF | F | 23 | 0 | 13 | 112 | 2B | 43 |
| Octal | 260 | 207 | 317 | 17 | 43 | 0 | 23 | 422 | 53 | 103 |
| Binary | 10110000 | 10000111 | 11001111 | 1111 | 100011 | 0 | 10011 | 100010010 | 101011 | 1000011 |
Color Harmonies of #B087CF
Complementary color
Monochromatic Colors of #B087CF
Black with #B087CF
Text Example
Text Example
White with #B087CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B087CF; }
p { color: rgb(176,135,207); }
H1.HeaderClassName
{
color: #B087CF;
}
.AnyTagClassName
{
color: #B087CF;
}
</style>
background-color css
<style>
a { background-color: #B087CF; }
a { background-color: rgb(176,135,207); }
div.DivClassName
{
background-color: #B087CF;
}
.BgClassName
{
background-color: #B087CF;
}
</style>
border-color css
<style>
span { border-color: #B087CF; }
span { border-color: rgb(176,135,207); }
td.TdClassName
{
border-color: #B087CF;
}
.TagClassName
{
border-color: #B087CF;
}
</style>