Shades of East Side #B386CC
Tints of East Side #B386CC
RGB
CMYK
RGB Variations
Color information
#B386CC (or 0xB386CC) is known color: East Side. HEX triplet: B3, 86 and CC. RGB value is (179,134,204). Sum of RGB (Red+Green+Blue) = 179+134+204=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #B386CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386CC is #4C7933. Grayscale: #9B9B9B. Windows color (decimal): -5011764 or 13403827. OLE color: 13403827.
HSL color Cylindrical-coordinate representation of color #B386CC: hue angle of 278.57º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B386CC is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 134 | 204 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.2 |
| HSL | 278.57º | 0.41% | 0.66% | - |
| HSV(B) | 278.57º | 0.34% | 0.8% | - |
| XYZ | 38.01 | 30.99 | 61.11 | - |
| YUV | 155.44 | 155.41 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 204 | 0.12 | 0.34 | 0 | 0.2 | 278.57 | 0.41 | 0.66 |
| Hex | B3 | 86 | CC | C | 22 | 0 | 14 | 117 | 29 | 42 |
| Octal | 263 | 206 | 314 | 14 | 42 | 0 | 24 | 427 | 51 | 102 |
| Binary | 10110011 | 10000110 | 11001100 | 1100 | 100010 | 0 | 10100 | 100010111 | 101001 | 1000010 |
Color Harmonies of #B386CC
Complementary color
Monochromatic Colors of #B386CC
Black with #B386CC
Text Example
Text Example
White with #B386CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B386CC; }
p { color: rgb(179,134,204); }
H1.HeaderClassName
{
color: #B386CC;
}
.AnyTagClassName
{
color: #B386CC;
}
</style>
background-color css
<style>
a { background-color: #B386CC; }
a { background-color: rgb(179,134,204); }
div.DivClassName
{
background-color: #B386CC;
}
.BgClassName
{
background-color: #B386CC;
}
</style>
border-color css
<style>
span { border-color: #B386CC; }
span { border-color: rgb(179,134,204); }
td.TdClassName
{
border-color: #B386CC;
}
.TagClassName
{
border-color: #B386CC;
}
</style>