Shades of East Side #B389D0
Tints of East Side #B389D0
RGB
CMYK
RGB Variations
Color information
#B389D0 (or 0xB389D0) is known color: East Side. HEX triplet: B3, 89 and D0. RGB value is (179,137,208). Sum of RGB (Red+Green+Blue) = 179+137+208=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #B389D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389D0 is #4C762F. Grayscale: #9D9D9D. Windows color (decimal): -5010992 or 13666739. OLE color: 13666739.
HSL color Cylindrical-coordinate representation of color #B389D0: hue angle of 275.49º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B389D0 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 137 | 208 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.18 |
| HSL | 275.49º | 0.43% | 0.68% | - |
| HSV(B) | 275.49º | 0.34% | 0.82% | - |
| XYZ | 38.92 | 32.03 | 63.81 | - |
| YUV | 157.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 208 | 0.14 | 0.34 | 0 | 0.18 | 275.49 | 0.43 | 0.68 |
| Hex | B3 | 89 | D0 | E | 22 | 0 | 12 | 113 | 2B | 44 |
| Octal | 263 | 211 | 320 | 16 | 42 | 0 | 22 | 423 | 53 | 104 |
| Binary | 10110011 | 10001001 | 11010000 | 1110 | 100010 | 0 | 10010 | 100010011 | 101011 | 1000100 |
Color Harmonies of #B389D0
Complementary color
Monochromatic Colors of #B389D0
Black with #B389D0
Text Example
Text Example
White with #B389D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B389D0; }
p { color: rgb(179,137,208); }
H1.HeaderClassName
{
color: #B389D0;
}
.AnyTagClassName
{
color: #B389D0;
}
</style>
background-color css
<style>
a { background-color: #B389D0; }
a { background-color: rgb(179,137,208); }
div.DivClassName
{
background-color: #B389D0;
}
.BgClassName
{
background-color: #B389D0;
}
</style>
border-color css
<style>
span { border-color: #B389D0; }
span { border-color: rgb(179,137,208); }
td.TdClassName
{
border-color: #B389D0;
}
.TagClassName
{
border-color: #B389D0;
}
</style>