Shades of East Side #B388BC
Tints of East Side #B388BC
RGB
CMYK
RGB Variations
Color information
#B388BC (or 0xB388BC) is known color: East Side. HEX triplet: B3, 88 and BC. RGB value is (179,136,188). Sum of RGB (Red+Green+Blue) = 179+136+188=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #B388BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388BC is #4C7743. Grayscale: #9A9A9A. Windows color (decimal): -5011268 or 12355763. OLE color: 12355763.
HSL color Cylindrical-coordinate representation of color #B388BC: hue angle of 289.62º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B388BC is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 136 | 188 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.26 |
| HSL | 289.62º | 0.28% | 0.64% | - |
| HSV(B) | 289.62º | 0.28% | 0.74% | - |
| XYZ | 36.47 | 30.82 | 51.6 | - |
| YUV | 154.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 188 | 0.05 | 0.28 | 0 | 0.26 | 289.62 | 0.28 | 0.64 |
| Hex | B3 | 88 | BC | 5 | 1C | 0 | 1A | 122 | 1C | 40 |
| Octal | 263 | 210 | 274 | 5 | 34 | 0 | 32 | 442 | 34 | 100 |
| Binary | 10110011 | 10001000 | 10111100 | 101 | 11100 | 0 | 11010 | 100100010 | 11100 | 1000000 |
Color Harmonies of #B388BC
Complementary color
Monochromatic Colors of #B388BC
Black with #B388BC
Text Example
Text Example
White with #B388BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B388BC; }
p { color: rgb(179,136,188); }
H1.HeaderClassName
{
color: #B388BC;
}
.AnyTagClassName
{
color: #B388BC;
}
</style>
background-color css
<style>
a { background-color: #B388BC; }
a { background-color: rgb(179,136,188); }
div.DivClassName
{
background-color: #B388BC;
}
.BgClassName
{
background-color: #B388BC;
}
</style>
border-color css
<style>
span { border-color: #B388BC; }
span { border-color: rgb(179,136,188); }
td.TdClassName
{
border-color: #B388BC;
}
.TagClassName
{
border-color: #B388BC;
}
</style>