Shades of East Side #B18BCB
Tints of East Side #B18BCB
RGB
CMYK
RGB Variations
Color information
#B18BCB (or 0xB18BCB) is known color: East Side. HEX triplet: B1, 8B and CB. RGB value is (177,139,203). Sum of RGB (Red+Green+Blue) = 177+139+203=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #B18BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BCB is #4E7434. Grayscale: #9D9D9D. Windows color (decimal): -5141557 or 13339569. OLE color: 13339569.
HSL color Cylindrical-coordinate representation of color #B18BCB: hue angle of 275.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B18BCB is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 139 | 203 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.20 |
| HSL | 275.63º | 0.38% | 0.67% | - |
| HSV(B) | 275.63º | 0.32% | 0.8% | - |
| XYZ | 38.14 | 32.12 | 60.69 | - |
| YUV | 157.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 203 | 0.13 | 0.32 | 0 | 0.20 | 275.63 | 0.38 | 0.67 |
| Hex | B1 | 8B | CB | D | 20 | 0 | 14 | 114 | 26 | 43 |
| Octal | 261 | 213 | 313 | 15 | 40 | 0 | 24 | 424 | 46 | 103 |
| Binary | 10110001 | 10001011 | 11001011 | 1101 | 100000 | 0 | 10100 | 100010100 | 100110 | 1000011 |
Color Harmonies of #B18BCB
Complementary color
Monochromatic Colors of #B18BCB
Black with #B18BCB
Text Example
Text Example
White with #B18BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BCB; }
p { color: rgb(177,139,203); }
H1.HeaderClassName
{
color: #B18BCB;
}
.AnyTagClassName
{
color: #B18BCB;
}
</style>
background-color css
<style>
a { background-color: #B18BCB; }
a { background-color: rgb(177,139,203); }
div.DivClassName
{
background-color: #B18BCB;
}
.BgClassName
{
background-color: #B18BCB;
}
</style>
border-color css
<style>
span { border-color: #B18BCB; }
span { border-color: rgb(177,139,203); }
td.TdClassName
{
border-color: #B18BCB;
}
.TagClassName
{
border-color: #B18BCB;
}
</style>