Shades of East Side #B388CE
Tints of East Side #B388CE
RGB
CMYK
RGB Variations
Color information
#B388CE (or 0xB388CE) is known color: East Side. HEX triplet: B3, 88 and CE. RGB value is (179,136,206). Sum of RGB (Red+Green+Blue) = 179+136+206=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #B388CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388CE is #4C7731. Grayscale: #9C9C9C. Windows color (decimal): -5011250 or 13535411. OLE color: 13535411.
HSL color Cylindrical-coordinate representation of color #B388CE: hue angle of 276.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B388CE is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 136 | 206 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.19 |
| HSL | 276.86º | 0.42% | 0.67% | - |
| HSV(B) | 276.86º | 0.34% | 0.81% | - |
| XYZ | 38.54 | 31.65 | 62.47 | - |
| YUV | 156.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 206 | 0.13 | 0.34 | 0 | 0.19 | 276.86 | 0.42 | 0.67 |
| Hex | B3 | 88 | CE | D | 22 | 0 | 13 | 115 | 2A | 43 |
| Octal | 263 | 210 | 316 | 15 | 42 | 0 | 23 | 425 | 52 | 103 |
| Binary | 10110011 | 10001000 | 11001110 | 1101 | 100010 | 0 | 10011 | 100010101 | 101010 | 1000011 |
Color Harmonies of #B388CE
Complementary color
Monochromatic Colors of #B388CE
Black with #B388CE
Text Example
Text Example
White with #B388CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B388CE; }
p { color: rgb(179,136,206); }
H1.HeaderClassName
{
color: #B388CE;
}
.AnyTagClassName
{
color: #B388CE;
}
</style>
background-color css
<style>
a { background-color: #B388CE; }
a { background-color: rgb(179,136,206); }
div.DivClassName
{
background-color: #B388CE;
}
.BgClassName
{
background-color: #B388CE;
}
</style>
border-color css
<style>
span { border-color: #B388CE; }
span { border-color: rgb(179,136,206); }
td.TdClassName
{
border-color: #B388CE;
}
.TagClassName
{
border-color: #B388CE;
}
</style>