Shades of East Side #B187CF
Tints of East Side #B187CF
RGB
CMYK
RGB Variations
Color information
#B187CF (or 0xB187CF) is known color: East Side. HEX triplet: B1, 87 and CF. RGB value is (177,135,207). Sum of RGB (Red+Green+Blue) = 177+135+207=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #B187CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B187CF is #4E7830. Grayscale: #9B9B9B. Windows color (decimal): -5142577 or 13600689. OLE color: 13600689.
HSL color Cylindrical-coordinate representation of color #B187CF: hue angle of 275º 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 #B187CF is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 135 | 207 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.19 |
| HSL | 275º | 0.43% | 0.67% | - |
| HSV(B) | 275º | 0.35% | 0.81% | - |
| XYZ | 38.06 | 31.18 | 63.04 | - |
| YUV | 155.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 207 | 0.14 | 0.35 | 0 | 0.19 | 275 | 0.43 | 0.67 |
| Hex | B1 | 87 | CF | E | 23 | 0 | 13 | 113 | 2B | 43 |
| Octal | 261 | 207 | 317 | 16 | 43 | 0 | 23 | 423 | 53 | 103 |
| Binary | 10110001 | 10000111 | 11001111 | 1110 | 100011 | 0 | 10011 | 100010011 | 101011 | 1000011 |
Color Harmonies of #B187CF
Complementary color
Monochromatic Colors of #B187CF
Black with #B187CF
Text Example
Text Example
White with #B187CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B187CF; }
p { color: rgb(177,135,207); }
H1.HeaderClassName
{
color: #B187CF;
}
.AnyTagClassName
{
color: #B187CF;
}
</style>
background-color css
<style>
a { background-color: #B187CF; }
a { background-color: rgb(177,135,207); }
div.DivClassName
{
background-color: #B187CF;
}
.BgClassName
{
background-color: #B187CF;
}
</style>
border-color css
<style>
span { border-color: #B187CF; }
span { border-color: rgb(177,135,207); }
td.TdClassName
{
border-color: #B187CF;
}
.TagClassName
{
border-color: #B187CF;
}
</style>