Shades of East Side #B786CC
Tints of East Side #B786CC
RGB
CMYK
RGB Variations
Color information
#B786CC (or 0xB786CC) is known color: East Side. HEX triplet: B7, 86 and CC. RGB value is (183,134,204). Sum of RGB (Red+Green+Blue) = 183+134+204=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #B786CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B786CC is #487933. Grayscale: #9C9C9C. Windows color (decimal): -4749620 or 13403831. OLE color: 13403831.
HSL color Cylindrical-coordinate representation of color #B786CC: hue angle of 282º 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 #B786CC is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 134 | 204 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.2 |
| HSL | 282º | 0.41% | 0.66% | - |
| HSV(B) | 282º | 0.34% | 0.8% | - |
| XYZ | 38.95 | 31.48 | 61.15 | - |
| YUV | 156.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 204 | 0.10 | 0.34 | 0 | 0.2 | 282 | 0.41 | 0.66 |
| Hex | B7 | 86 | CC | A | 22 | 0 | 14 | 11A | 29 | 42 |
| Octal | 267 | 206 | 314 | 12 | 42 | 0 | 24 | 432 | 51 | 102 |
| Binary | 10110111 | 10000110 | 11001100 | 1010 | 100010 | 0 | 10100 | 100011010 | 101001 | 1000010 |
Color Harmonies of #B786CC
Complementary color
Monochromatic Colors of #B786CC
Black with #B786CC
Text Example
Text Example
White with #B786CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B786CC; }
p { color: rgb(183,134,204); }
H1.HeaderClassName
{
color: #B786CC;
}
.AnyTagClassName
{
color: #B786CC;
}
</style>
background-color css
<style>
a { background-color: #B786CC; }
a { background-color: rgb(183,134,204); }
div.DivClassName
{
background-color: #B786CC;
}
.BgClassName
{
background-color: #B786CC;
}
</style>
border-color css
<style>
span { border-color: #B786CC; }
span { border-color: rgb(183,134,204); }
td.TdClassName
{
border-color: #B786CC;
}
.TagClassName
{
border-color: #B786CC;
}
</style>