Shades of East Side #B786D6
Tints of East Side #B786D6
RGB
CMYK
RGB Variations
Color information
#B786D6 (or 0xB786D6) is known color: East Side. HEX triplet: B7, 86 and D6. RGB value is (183,134,214). Sum of RGB (Red+Green+Blue) = 183+134+214=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #B786D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B786D6 is #487929. Grayscale: #9D9D9D. Windows color (decimal): -4749610 or 14059191. OLE color: 14059191.
HSL color Cylindrical-coordinate representation of color #B786D6: hue angle of 276.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B786D6 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 134 | 214 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.16 |
| HSL | 276.75º | 0.49% | 0.68% | - |
| HSV(B) | 276.75º | 0.37% | 0.84% | - |
| XYZ | 40.19 | 31.97 | 67.67 | - |
| YUV | 157.77 | 159.73 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 214 | 0.14 | 0.37 | 0 | 0.16 | 276.75 | 0.49 | 0.68 |
| Hex | B7 | 86 | D6 | E | 25 | 0 | 10 | 115 | 31 | 44 |
| Octal | 267 | 206 | 326 | 16 | 45 | 0 | 20 | 425 | 61 | 104 |
| Binary | 10110111 | 10000110 | 11010110 | 1110 | 100101 | 0 | 10000 | 100010101 | 110001 | 1000100 |
Color Harmonies of #B786D6
Complementary color
Monochromatic Colors of #B786D6
Black with #B786D6
Text Example
Text Example
White with #B786D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B786D6; }
p { color: rgb(183,134,214); }
H1.HeaderClassName
{
color: #B786D6;
}
.AnyTagClassName
{
color: #B786D6;
}
</style>
background-color css
<style>
a { background-color: #B786D6; }
a { background-color: rgb(183,134,214); }
div.DivClassName
{
background-color: #B786D6;
}
.BgClassName
{
background-color: #B786D6;
}
</style>
border-color css
<style>
span { border-color: #B786D6; }
span { border-color: rgb(183,134,214); }
td.TdClassName
{
border-color: #B786D6;
}
.TagClassName
{
border-color: #B786D6;
}
</style>