Shades of East Side #B388C5
Tints of East Side #B388C5
RGB
CMYK
RGB Variations
Color information
#B388C5 (or 0xB388C5) is known color: East Side. HEX triplet: B3, 88 and C5. RGB value is (179,136,197). Sum of RGB (Red+Green+Blue) = 179+136+197=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 197 - color contains mainly: blue. Hex color #B388C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388C5 is #4C773A. Grayscale: #9B9B9B. Windows color (decimal): -5011259 or 12945587. OLE color: 12945587.
HSL color Cylindrical-coordinate representation of color #B388C5: hue angle of 282.3º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B388C5 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 136 | 197 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.23 |
| HSL | 282.3º | 0.34% | 0.65% | - |
| HSV(B) | 282.3º | 0.31% | 0.77% | - |
| XYZ | 37.47 | 31.22 | 56.88 | - |
| YUV | 155.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 197 | 0.09 | 0.31 | 0 | 0.23 | 282.3 | 0.34 | 0.65 |
| Hex | B3 | 88 | C5 | 9 | 1F | 0 | 17 | 11A | 22 | 41 |
| Octal | 263 | 210 | 305 | 11 | 37 | 0 | 27 | 432 | 42 | 101 |
| Binary | 10110011 | 10001000 | 11000101 | 1001 | 11111 | 0 | 10111 | 100011010 | 100010 | 1000001 |
Color Harmonies of #B388C5
Complementary color
Monochromatic Colors of #B388C5
Black with #B388C5
Text Example
Text Example
White with #B388C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B388C5; }
p { color: rgb(179,136,197); }
H1.HeaderClassName
{
color: #B388C5;
}
.AnyTagClassName
{
color: #B388C5;
}
</style>
background-color css
<style>
a { background-color: #B388C5; }
a { background-color: rgb(179,136,197); }
div.DivClassName
{
background-color: #B388C5;
}
.BgClassName
{
background-color: #B388C5;
}
</style>
border-color css
<style>
span { border-color: #B388C5; }
span { border-color: rgb(179,136,197); }
td.TdClassName
{
border-color: #B388C5;
}
.TagClassName
{
border-color: #B388C5;
}
</style>