Shades of East Side #B387CE
Tints of East Side #B387CE
RGB
CMYK
RGB Variations
Color information
#B387CE (or 0xB387CE) is known color: East Side. HEX triplet: B3, 87 and CE. RGB value is (179,135,206). Sum of RGB (Red+Green+Blue) = 179+135+206=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #B387CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B387CE is #4C7831. Grayscale: #9C9C9C. Windows color (decimal): -5011506 or 13535155. OLE color: 13535155.
HSL color Cylindrical-coordinate representation of color #B387CE: hue angle of 277.18º 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 #B387CE is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 135 | 206 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.19 |
| HSL | 277.18º | 0.42% | 0.67% | - |
| HSV(B) | 277.18º | 0.34% | 0.81% | - |
| XYZ | 38.39 | 31.37 | 62.42 | - |
| YUV | 156.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 206 | 0.13 | 0.34 | 0 | 0.19 | 277.18 | 0.42 | 0.67 |
| Hex | B3 | 87 | CE | D | 22 | 0 | 13 | 115 | 2A | 43 |
| Octal | 263 | 207 | 316 | 15 | 42 | 0 | 23 | 425 | 52 | 103 |
| Binary | 10110011 | 10000111 | 11001110 | 1101 | 100010 | 0 | 10011 | 100010101 | 101010 | 1000011 |
Color Harmonies of #B387CE
Complementary color
Monochromatic Colors of #B387CE
Black with #B387CE
Text Example
Text Example
White with #B387CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B387CE; }
p { color: rgb(179,135,206); }
H1.HeaderClassName
{
color: #B387CE;
}
.AnyTagClassName
{
color: #B387CE;
}
</style>
background-color css
<style>
a { background-color: #B387CE; }
a { background-color: rgb(179,135,206); }
div.DivClassName
{
background-color: #B387CE;
}
.BgClassName
{
background-color: #B387CE;
}
</style>
border-color css
<style>
span { border-color: #B387CE; }
span { border-color: rgb(179,135,206); }
td.TdClassName
{
border-color: #B387CE;
}
.TagClassName
{
border-color: #B387CE;
}
</style>