Shades of East Side #B386CE
Tints of East Side #B386CE
RGB
CMYK
RGB Variations
Color information
#B386CE (or 0xB386CE) is known color: East Side. HEX triplet: B3, 86 and CE. RGB value is (179,134,206). Sum of RGB (Red+Green+Blue) = 179+134+206=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #B386CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386CE is #4C7931. Grayscale: #9B9B9B. Windows color (decimal): -5011762 or 13534899. OLE color: 13534899.
HSL color Cylindrical-coordinate representation of color #B386CE: hue angle of 277.5º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B386CE is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 134 | 206 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.19 |
| HSL | 277.5º | 0.42% | 0.67% | - |
| HSV(B) | 277.5º | 0.35% | 0.81% | - |
| XYZ | 38.26 | 31.09 | 62.38 | - |
| YUV | 155.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 206 | 0.13 | 0.35 | 0 | 0.19 | 277.5 | 0.42 | 0.67 |
| Hex | B3 | 86 | CE | D | 23 | 0 | 13 | 116 | 2A | 43 |
| Octal | 263 | 206 | 316 | 15 | 43 | 0 | 23 | 426 | 52 | 103 |
| Binary | 10110011 | 10000110 | 11001110 | 1101 | 100011 | 0 | 10011 | 100010110 | 101010 | 1000011 |
Color Harmonies of #B386CE
Complementary color
Monochromatic Colors of #B386CE
Black with #B386CE
Text Example
Text Example
White with #B386CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B386CE; }
p { color: rgb(179,134,206); }
H1.HeaderClassName
{
color: #B386CE;
}
.AnyTagClassName
{
color: #B386CE;
}
</style>
background-color css
<style>
a { background-color: #B386CE; }
a { background-color: rgb(179,134,206); }
div.DivClassName
{
background-color: #B386CE;
}
.BgClassName
{
background-color: #B386CE;
}
</style>
border-color css
<style>
span { border-color: #B386CE; }
span { border-color: rgb(179,134,206); }
td.TdClassName
{
border-color: #B386CE;
}
.TagClassName
{
border-color: #B386CE;
}
</style>