Shades of East Side #B387BE
Tints of East Side #B387BE
RGB
CMYK
RGB Variations
Color information
#B387BE (or 0xB387BE) is known color: East Side. HEX triplet: B3, 87 and BE. RGB value is (179,135,190). Sum of RGB (Red+Green+Blue) = 179+135+190=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #B387BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B387BE is #4C7841. Grayscale: #9A9A9A. Windows color (decimal): -5011522 or 12486579. OLE color: 12486579.
HSL color Cylindrical-coordinate representation of color #B387BE: hue angle of 288º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B387BE is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 135 | 190 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.25 |
| HSL | 288º | 0.3% | 0.64% | - |
| HSV(B) | 288º | 0.29% | 0.75% | - |
| XYZ | 36.55 | 30.63 | 52.7 | - |
| YUV | 154.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 190 | 0.06 | 0.29 | 0 | 0.25 | 288 | 0.3 | 0.64 |
| Hex | B3 | 87 | BE | 6 | 1D | 0 | 19 | 120 | 1E | 40 |
| Octal | 263 | 207 | 276 | 6 | 35 | 0 | 31 | 440 | 36 | 100 |
| Binary | 10110011 | 10000111 | 10111110 | 110 | 11101 | 0 | 11001 | 100100000 | 11110 | 1000000 |
Color Harmonies of #B387BE
Complementary color
Monochromatic Colors of #B387BE
Black with #B387BE
Text Example
Text Example
White with #B387BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B387BE; }
p { color: rgb(179,135,190); }
H1.HeaderClassName
{
color: #B387BE;
}
.AnyTagClassName
{
color: #B387BE;
}
</style>
background-color css
<style>
a { background-color: #B387BE; }
a { background-color: rgb(179,135,190); }
div.DivClassName
{
background-color: #B387BE;
}
.BgClassName
{
background-color: #B387BE;
}
</style>
border-color css
<style>
span { border-color: #B387BE; }
span { border-color: rgb(179,135,190); }
td.TdClassName
{
border-color: #B387BE;
}
.TagClassName
{
border-color: #B387BE;
}
</style>