Shades of East Side #B389C9
Tints of East Side #B389C9
RGB
CMYK
RGB Variations
Color information
#B389C9 (or 0xB389C9) is known color: East Side. HEX triplet: B3, 89 and C9. RGB value is (179,137,201). Sum of RGB (Red+Green+Blue) = 179+137+201=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #B389C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389C9 is #4C7636. Grayscale: #9C9C9C. Windows color (decimal): -5010999 or 13207987. OLE color: 13207987.
HSL color Cylindrical-coordinate representation of color #B389C9: hue angle of 279.38º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B389C9 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 137 | 201 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.21 |
| HSL | 279.38º | 0.37% | 0.66% | - |
| HSV(B) | 279.38º | 0.32% | 0.79% | - |
| XYZ | 38.08 | 31.69 | 59.37 | - |
| YUV | 156.85 | 152.91 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 201 | 0.11 | 0.32 | 0 | 0.21 | 279.38 | 0.37 | 0.66 |
| Hex | B3 | 89 | C9 | B | 20 | 0 | 15 | 117 | 25 | 42 |
| Octal | 263 | 211 | 311 | 13 | 40 | 0 | 25 | 427 | 45 | 102 |
| Binary | 10110011 | 10001001 | 11001001 | 1011 | 100000 | 0 | 10101 | 100010111 | 100101 | 1000010 |
Color Harmonies of #B389C9
Complementary color
Monochromatic Colors of #B389C9
Black with #B389C9
Text Example
Text Example
White with #B389C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B389C9; }
p { color: rgb(179,137,201); }
H1.HeaderClassName
{
color: #B389C9;
}
.AnyTagClassName
{
color: #B389C9;
}
</style>
background-color css
<style>
a { background-color: #B389C9; }
a { background-color: rgb(179,137,201); }
div.DivClassName
{
background-color: #B389C9;
}
.BgClassName
{
background-color: #B389C9;
}
</style>
border-color css
<style>
span { border-color: #B389C9; }
span { border-color: rgb(179,137,201); }
td.TdClassName
{
border-color: #B389C9;
}
.TagClassName
{
border-color: #B389C9;
}
</style>