Shades of East Side #B18BCC
Tints of East Side #B18BCC
RGB
CMYK
RGB Variations
Color information
#B18BCC (or 0xB18BCC) is known color: East Side. HEX triplet: B1, 8B and CC. RGB value is (177,139,204). Sum of RGB (Red+Green+Blue) = 177+139+204=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #B18BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BCC is #4E7433. Grayscale: #9D9D9D. Windows color (decimal): -5141556 or 13405105. OLE color: 13405105.
HSL color Cylindrical-coordinate representation of color #B18BCC: hue angle of 275.08º degrees, saturation: 0.39, 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 #B18BCC is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 139 | 204 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.2 |
| HSL | 275.08º | 0.39% | 0.67% | - |
| HSV(B) | 275.08º | 0.32% | 0.8% | - |
| XYZ | 38.26 | 32.17 | 61.32 | - |
| YUV | 157.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 204 | 0.13 | 0.32 | 0 | 0.2 | 275.08 | 0.39 | 0.67 |
| Hex | B1 | 8B | CC | D | 20 | 0 | 14 | 113 | 27 | 43 |
| Octal | 261 | 213 | 314 | 15 | 40 | 0 | 24 | 423 | 47 | 103 |
| Binary | 10110001 | 10001011 | 11001100 | 1101 | 100000 | 0 | 10100 | 100010011 | 100111 | 1000011 |
Color Harmonies of #B18BCC
Complementary color
Monochromatic Colors of #B18BCC
Black with #B18BCC
Text Example
Text Example
White with #B18BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BCC; }
p { color: rgb(177,139,204); }
H1.HeaderClassName
{
color: #B18BCC;
}
.AnyTagClassName
{
color: #B18BCC;
}
</style>
background-color css
<style>
a { background-color: #B18BCC; }
a { background-color: rgb(177,139,204); }
div.DivClassName
{
background-color: #B18BCC;
}
.BgClassName
{
background-color: #B18BCC;
}
</style>
border-color css
<style>
span { border-color: #B18BCC; }
span { border-color: rgb(177,139,204); }
td.TdClassName
{
border-color: #B18BCC;
}
.TagClassName
{
border-color: #B18BCC;
}
</style>