Shades of East Side #B386CB
Tints of East Side #B386CB
RGB
CMYK
RGB Variations
Color information
#B386CB (or 0xB386CB) is known color: East Side. HEX triplet: B3, 86 and CB. RGB value is (179,134,203). Sum of RGB (Red+Green+Blue) = 179+134+203=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #B386CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386CB is #4C7934. Grayscale: #9B9B9B. Windows color (decimal): -5011765 or 13338291. OLE color: 13338291.
HSL color Cylindrical-coordinate representation of color #B386CB: hue angle of 279.13º degrees, saturation: 0.4, 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 #B386CB is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 134 | 203 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.20 |
| HSL | 279.13º | 0.4% | 0.66% | - |
| HSV(B) | 279.13º | 0.34% | 0.8% | - |
| XYZ | 37.9 | 30.95 | 60.48 | - |
| YUV | 155.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 203 | 0.12 | 0.34 | 0 | 0.20 | 279.13 | 0.4 | 0.66 |
| Hex | B3 | 86 | CB | C | 22 | 0 | 14 | 117 | 28 | 42 |
| Octal | 263 | 206 | 313 | 14 | 42 | 0 | 24 | 427 | 50 | 102 |
| Binary | 10110011 | 10000110 | 11001011 | 1100 | 100010 | 0 | 10100 | 100010111 | 101000 | 1000010 |
Color Harmonies of #B386CB
Complementary color
Monochromatic Colors of #B386CB
Black with #B386CB
Text Example
Text Example
White with #B386CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B386CB; }
p { color: rgb(179,134,203); }
H1.HeaderClassName
{
color: #B386CB;
}
.AnyTagClassName
{
color: #B386CB;
}
</style>
background-color css
<style>
a { background-color: #B386CB; }
a { background-color: rgb(179,134,203); }
div.DivClassName
{
background-color: #B386CB;
}
.BgClassName
{
background-color: #B386CB;
}
</style>
border-color css
<style>
span { border-color: #B386CB; }
span { border-color: rgb(179,134,203); }
td.TdClassName
{
border-color: #B386CB;
}
.TagClassName
{
border-color: #B386CB;
}
</style>