Shades of East Side #B389BB
Tints of East Side #B389BB
RGB
CMYK
RGB Variations
Color information
#B389BB (or 0xB389BB) is known color: East Side. HEX triplet: B3, 89 and BB. RGB value is (179,137,187). Sum of RGB (Red+Green+Blue) = 179+137+187=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #B389BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389BB is #4C7644. Grayscale: #9B9B9B. Windows color (decimal): -5011013 or 12290483. OLE color: 12290483.
HSL color Cylindrical-coordinate representation of color #B389BB: hue angle of 290.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B389BB is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 137 | 187 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.27 |
| HSL | 290.4º | 0.27% | 0.64% | - |
| HSV(B) | 290.4º | 0.27% | 0.73% | - |
| XYZ | 36.51 | 31.06 | 51.09 | - |
| YUV | 155.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 187 | 0.04 | 0.27 | 0 | 0.27 | 290.4 | 0.27 | 0.64 |
| Hex | B3 | 89 | BB | 4 | 1B | 0 | 1B | 122 | 1B | 40 |
| Octal | 263 | 211 | 273 | 4 | 33 | 0 | 33 | 442 | 33 | 100 |
| Binary | 10110011 | 10001001 | 10111011 | 100 | 11011 | 0 | 11011 | 100100010 | 11011 | 1000000 |
Color Harmonies of #B389BB
Complementary color
Monochromatic Colors of #B389BB
Black with #B389BB
Text Example
Text Example
White with #B389BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B389BB; }
p { color: rgb(179,137,187); }
H1.HeaderClassName
{
color: #B389BB;
}
.AnyTagClassName
{
color: #B389BB;
}
</style>
background-color css
<style>
a { background-color: #B389BB; }
a { background-color: rgb(179,137,187); }
div.DivClassName
{
background-color: #B389BB;
}
.BgClassName
{
background-color: #B389BB;
}
</style>
border-color css
<style>
span { border-color: #B389BB; }
span { border-color: rgb(179,137,187); }
td.TdClassName
{
border-color: #B389BB;
}
.TagClassName
{
border-color: #B389BB;
}
</style>