Shades of East Side #B785D6
Tints of East Side #B785D6
RGB
CMYK
RGB Variations
Color information
#B785D6 (or 0xB785D6) is known color: East Side. HEX triplet: B7, 85 and D6. RGB value is (183,133,214). Sum of RGB (Red+Green+Blue) = 183+133+214=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #B785D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B785D6 is #487A29. Grayscale: #9C9C9C. Windows color (decimal): -4749866 or 14058935. OLE color: 14058935.
HSL color Cylindrical-coordinate representation of color #B785D6: hue angle of 277.04º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B785D6 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 133 | 214 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.16 |
| HSL | 277.04º | 0.5% | 0.68% | - |
| HSV(B) | 277.04º | 0.38% | 0.84% | - |
| XYZ | 40.05 | 31.7 | 67.63 | - |
| YUV | 157.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 214 | 0.14 | 0.38 | 0 | 0.16 | 277.04 | 0.5 | 0.68 |
| Hex | B7 | 85 | D6 | E | 26 | 0 | 10 | 115 | 32 | 44 |
| Octal | 267 | 205 | 326 | 16 | 46 | 0 | 20 | 425 | 62 | 104 |
| Binary | 10110111 | 10000101 | 11010110 | 1110 | 100110 | 0 | 10000 | 100010101 | 110010 | 1000100 |
Color Harmonies of #B785D6
Complementary color
Monochromatic Colors of #B785D6
Black with #B785D6
Text Example
Text Example
White with #B785D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B785D6; }
p { color: rgb(183,133,214); }
H1.HeaderClassName
{
color: #B785D6;
}
.AnyTagClassName
{
color: #B785D6;
}
</style>
background-color css
<style>
a { background-color: #B785D6; }
a { background-color: rgb(183,133,214); }
div.DivClassName
{
background-color: #B785D6;
}
.BgClassName
{
background-color: #B785D6;
}
</style>
border-color css
<style>
span { border-color: #B785D6; }
span { border-color: rgb(183,133,214); }
td.TdClassName
{
border-color: #B785D6;
}
.TagClassName
{
border-color: #B785D6;
}
</style>