Shades of East Side #B386BB
Tints of East Side #B386BB
RGB
CMYK
RGB Variations
Color information
#B386BB (or 0xB386BB) is known color: East Side. HEX triplet: B3, 86 and BB. RGB value is (179,134,187). Sum of RGB (Red+Green+Blue) = 179+134+187=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #B386BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386BB is #4C7944. Grayscale: #999999. Windows color (decimal): -5011781 or 12289715. OLE color: 12289715.
HSL color Cylindrical-coordinate representation of color #B386BB: hue angle of 290.94º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B386BB is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 134 | 187 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.27 |
| HSL | 290.94º | 0.28% | 0.63% | - |
| HSV(B) | 290.94º | 0.28% | 0.73% | - |
| XYZ | 36.09 | 30.22 | 50.95 | - |
| YUV | 153.5 | 146.91 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 187 | 0.04 | 0.28 | 0 | 0.27 | 290.94 | 0.28 | 0.63 |
| Hex | B3 | 86 | BB | 4 | 1C | 0 | 1B | 123 | 1C | 3F |
| Octal | 263 | 206 | 273 | 4 | 34 | 0 | 33 | 443 | 34 | 77 |
| Binary | 10110011 | 10000110 | 10111011 | 100 | 11100 | 0 | 11011 | 100100011 | 11100 | 111111 |
Color Harmonies of #B386BB
Complementary color
Monochromatic Colors of #B386BB
Black with #B386BB
Text Example
Text Example
White with #B386BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B386BB; }
p { color: rgb(179,134,187); }
H1.HeaderClassName
{
color: #B386BB;
}
.AnyTagClassName
{
color: #B386BB;
}
</style>
background-color css
<style>
a { background-color: #B386BB; }
a { background-color: rgb(179,134,187); }
div.DivClassName
{
background-color: #B386BB;
}
.BgClassName
{
background-color: #B386BB;
}
</style>
border-color css
<style>
span { border-color: #B386BB; }
span { border-color: rgb(179,134,187); }
td.TdClassName
{
border-color: #B386BB;
}
.TagClassName
{
border-color: #B386BB;
}
</style>