Shades of East Side #B187CB
Tints of East Side #B187CB
RGB
CMYK
RGB Variations
Color information
#B187CB (or 0xB187CB) is known color: East Side. HEX triplet: B1, 87 and CB. RGB value is (177,135,203). Sum of RGB (Red+Green+Blue) = 177+135+203=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #B187CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B187CB is #4E7834. Grayscale: #9B9B9B. Windows color (decimal): -5142581 or 13338545. OLE color: 13338545.
HSL color Cylindrical-coordinate representation of color #B187CB: hue angle of 277.06º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B187CB is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 135 | 203 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.20 |
| HSL | 277.06º | 0.4% | 0.66% | - |
| HSV(B) | 277.06º | 0.33% | 0.8% | - |
| XYZ | 37.57 | 30.99 | 60.5 | - |
| YUV | 155.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 203 | 0.13 | 0.33 | 0 | 0.20 | 277.06 | 0.4 | 0.66 |
| Hex | B1 | 87 | CB | D | 21 | 0 | 14 | 115 | 28 | 42 |
| Octal | 261 | 207 | 313 | 15 | 41 | 0 | 24 | 425 | 50 | 102 |
| Binary | 10110001 | 10000111 | 11001011 | 1101 | 100001 | 0 | 10100 | 100010101 | 101000 | 1000010 |
Color Harmonies of #B187CB
Complementary color
Monochromatic Colors of #B187CB
Black with #B187CB
Text Example
Text Example
White with #B187CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B187CB; }
p { color: rgb(177,135,203); }
H1.HeaderClassName
{
color: #B187CB;
}
.AnyTagClassName
{
color: #B187CB;
}
</style>
background-color css
<style>
a { background-color: #B187CB; }
a { background-color: rgb(177,135,203); }
div.DivClassName
{
background-color: #B187CB;
}
.BgClassName
{
background-color: #B187CB;
}
</style>
border-color css
<style>
span { border-color: #B187CB; }
span { border-color: rgb(177,135,203); }
td.TdClassName
{
border-color: #B187CB;
}
.TagClassName
{
border-color: #B187CB;
}
</style>