Shades of East Side #B389B8
Tints of East Side #B389B8
RGB
CMYK
RGB Variations
Color information
#B389B8 (or 0xB389B8) is known color: East Side. HEX triplet: B3, 89 and B8. RGB value is (179,137,184). Sum of RGB (Red+Green+Blue) = 179+137+184=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 184 - color contains mainly: blue. Hex color #B389B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389B8 is #4C7647. Grayscale: #9A9A9A. Windows color (decimal): -5011016 or 12093875. OLE color: 12093875.
HSL color Cylindrical-coordinate representation of color #B389B8: hue angle of 293.62º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B389B8 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 137 | 184 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.28 |
| HSL | 293.62º | 0.25% | 0.63% | - |
| HSV(B) | 293.62º | 0.26% | 0.72% | - |
| XYZ | 36.19 | 30.94 | 49.41 | - |
| YUV | 154.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 184 | 0.03 | 0.26 | 0 | 0.28 | 293.62 | 0.25 | 0.63 |
| Hex | B3 | 89 | B8 | 3 | 1A | 0 | 1C | 126 | 19 | 3F |
| Octal | 263 | 211 | 270 | 3 | 32 | 0 | 34 | 446 | 31 | 77 |
| Binary | 10110011 | 10001001 | 10111000 | 11 | 11010 | 0 | 11100 | 100100110 | 11001 | 111111 |
Color Harmonies of #B389B8
Complementary color
Monochromatic Colors of #B389B8
Black with #B389B8
Text Example
Text Example
White with #B389B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B389B8; }
p { color: rgb(179,137,184); }
H1.HeaderClassName
{
color: #B389B8;
}
.AnyTagClassName
{
color: #B389B8;
}
</style>
background-color css
<style>
a { background-color: #B389B8; }
a { background-color: rgb(179,137,184); }
div.DivClassName
{
background-color: #B389B8;
}
.BgClassName
{
background-color: #B389B8;
}
</style>
border-color css
<style>
span { border-color: #B389B8; }
span { border-color: rgb(179,137,184); }
td.TdClassName
{
border-color: #B389B8;
}
.TagClassName
{
border-color: #B389B8;
}
</style>