Shades of East Side #B786C4
Tints of East Side #B786C4
RGB
CMYK
RGB Variations
Color information
#B786C4 (or 0xB786C4) is known color: East Side. HEX triplet: B7, 86 and C4. RGB value is (183,134,196). Sum of RGB (Red+Green+Blue) = 183+134+196=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #B786C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B786C4 is #48793B. Grayscale: #9B9B9B. Windows color (decimal): -4749628 or 12879543. OLE color: 12879543.
HSL color Cylindrical-coordinate representation of color #B786C4: hue angle of 287.42º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B786C4 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 134 | 196 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.23 |
| HSL | 287.42º | 0.34% | 0.65% | - |
| HSV(B) | 287.42º | 0.32% | 0.77% | - |
| XYZ | 38.02 | 31.1 | 56.22 | - |
| YUV | 155.72 | 150.73 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 196 | 0.07 | 0.32 | 0 | 0.23 | 287.42 | 0.34 | 0.65 |
| Hex | B7 | 86 | C4 | 7 | 20 | 0 | 17 | 11F | 22 | 41 |
| Octal | 267 | 206 | 304 | 7 | 40 | 0 | 27 | 437 | 42 | 101 |
| Binary | 10110111 | 10000110 | 11000100 | 111 | 100000 | 0 | 10111 | 100011111 | 100010 | 1000001 |
Color Harmonies of #B786C4
Complementary color
Monochromatic Colors of #B786C4
Black with #B786C4
Text Example
Text Example
White with #B786C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B786C4; }
p { color: rgb(183,134,196); }
H1.HeaderClassName
{
color: #B786C4;
}
.AnyTagClassName
{
color: #B786C4;
}
</style>
background-color css
<style>
a { background-color: #B786C4; }
a { background-color: rgb(183,134,196); }
div.DivClassName
{
background-color: #B786C4;
}
.BgClassName
{
background-color: #B786C4;
}
</style>
border-color css
<style>
span { border-color: #B786C4; }
span { border-color: rgb(183,134,196); }
td.TdClassName
{
border-color: #B786C4;
}
.TagClassName
{
border-color: #B786C4;
}
</style>