Shades of East Side #B386D3
Tints of East Side #B386D3
RGB
CMYK
RGB Variations
Color information
#B386D3 (or 0xB386D3) is known color: East Side. HEX triplet: B3, 86 and D3. RGB value is (179,134,211). Sum of RGB (Red+Green+Blue) = 179+134+211=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 211 - color contains mainly: blue. Hex color #B386D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386D3 is #4C792C. Grayscale: #9B9B9B. Windows color (decimal): -5011757 or 13862579. OLE color: 13862579.
HSL color Cylindrical-coordinate representation of color #B386D3: hue angle of 275.06º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B386D3 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 134 | 211 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.17 |
| HSL | 275.06º | 0.47% | 0.68% | - |
| HSV(B) | 275.06º | 0.36% | 0.83% | - |
| XYZ | 38.87 | 31.34 | 65.63 | - |
| YUV | 156.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 211 | 0.15 | 0.36 | 0 | 0.17 | 275.06 | 0.47 | 0.68 |
| Hex | B3 | 86 | D3 | F | 24 | 0 | 11 | 113 | 2F | 44 |
| Octal | 263 | 206 | 323 | 17 | 44 | 0 | 21 | 423 | 57 | 104 |
| Binary | 10110011 | 10000110 | 11010011 | 1111 | 100100 | 0 | 10001 | 100010011 | 101111 | 1000100 |
Color Harmonies of #B386D3
Complementary color
Monochromatic Colors of #B386D3
Black with #B386D3
Text Example
Text Example
White with #B386D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B386D3; }
p { color: rgb(179,134,211); }
H1.HeaderClassName
{
color: #B386D3;
}
.AnyTagClassName
{
color: #B386D3;
}
</style>
background-color css
<style>
a { background-color: #B386D3; }
a { background-color: rgb(179,134,211); }
div.DivClassName
{
background-color: #B386D3;
}
.BgClassName
{
background-color: #B386D3;
}
</style>
border-color css
<style>
span { border-color: #B386D3; }
span { border-color: rgb(179,134,211); }
td.TdClassName
{
border-color: #B386D3;
}
.TagClassName
{
border-color: #B386D3;
}
</style>