Shades of East Side #B386C1
Tints of East Side #B386C1
RGB
CMYK
RGB Variations
Color information
#B386C1 (or 0xB386C1) is known color: East Side. HEX triplet: B3, 86 and C1. RGB value is (179,134,193). Sum of RGB (Red+Green+Blue) = 179+134+193=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 193 - color contains mainly: blue. Hex color #B386C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386C1 is #4C793E. Grayscale: #999999. Windows color (decimal): -5011775 or 12682931. OLE color: 12682931.
HSL color Cylindrical-coordinate representation of color #B386C1: hue angle of 285.76º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B386C1 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 134 | 193 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.24 |
| HSL | 285.76º | 0.32% | 0.64% | - |
| HSV(B) | 285.76º | 0.31% | 0.76% | - |
| XYZ | 36.74 | 30.48 | 54.4 | - |
| YUV | 154.18 | 149.91 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 193 | 0.07 | 0.31 | 0 | 0.24 | 285.76 | 0.32 | 0.64 |
| Hex | B3 | 86 | C1 | 7 | 1F | 0 | 18 | 11E | 20 | 40 |
| Octal | 263 | 206 | 301 | 7 | 37 | 0 | 30 | 436 | 40 | 100 |
| Binary | 10110011 | 10000110 | 11000001 | 111 | 11111 | 0 | 11000 | 100011110 | 100000 | 1000000 |
Color Harmonies of #B386C1
Complementary color
Monochromatic Colors of #B386C1
Black with #B386C1
Text Example
Text Example
White with #B386C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B386C1; }
p { color: rgb(179,134,193); }
H1.HeaderClassName
{
color: #B386C1;
}
.AnyTagClassName
{
color: #B386C1;
}
</style>
background-color css
<style>
a { background-color: #B386C1; }
a { background-color: rgb(179,134,193); }
div.DivClassName
{
background-color: #B386C1;
}
.BgClassName
{
background-color: #B386C1;
}
</style>
border-color css
<style>
span { border-color: #B386C1; }
span { border-color: rgb(179,134,193); }
td.TdClassName
{
border-color: #B386C1;
}
.TagClassName
{
border-color: #B386C1;
}
</style>