Shades of East Side #B784C0
Tints of East Side #B784C0
RGB
CMYK
RGB Variations
Color information
#B784C0 (or 0xB784C0) is known color: East Side. HEX triplet: B7, 84 and C0. RGB value is (183,132,192). Sum of RGB (Red+Green+Blue) = 183+132+192=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: blue. Hex color #B784C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B784C0 is #487B3F. Grayscale: #999999. Windows color (decimal): -4750144 or 12616887. OLE color: 12616887.
HSL color Cylindrical-coordinate representation of color #B784C0: hue angle of 291º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B784C0 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 132 | 192 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.25 |
| HSL | 291º | 0.32% | 0.64% | - |
| HSV(B) | 291º | 0.31% | 0.75% | - |
| XYZ | 37.29 | 30.38 | 53.77 | - |
| YUV | 154.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 192 | 0.05 | 0.31 | 0 | 0.25 | 291 | 0.32 | 0.64 |
| Hex | B7 | 84 | C0 | 5 | 1F | 0 | 19 | 123 | 20 | 40 |
| Octal | 267 | 204 | 300 | 5 | 37 | 0 | 31 | 443 | 40 | 100 |
| Binary | 10110111 | 10000100 | 11000000 | 101 | 11111 | 0 | 11001 | 100100011 | 100000 | 1000000 |
Color Harmonies of #B784C0
Complementary color
Monochromatic Colors of #B784C0
Black with #B784C0
Text Example
Text Example
White with #B784C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B784C0; }
p { color: rgb(183,132,192); }
H1.HeaderClassName
{
color: #B784C0;
}
.AnyTagClassName
{
color: #B784C0;
}
</style>
background-color css
<style>
a { background-color: #B784C0; }
a { background-color: rgb(183,132,192); }
div.DivClassName
{
background-color: #B784C0;
}
.BgClassName
{
background-color: #B784C0;
}
</style>
border-color css
<style>
span { border-color: #B784C0; }
span { border-color: rgb(183,132,192); }
td.TdClassName
{
border-color: #B784C0;
}
.TagClassName
{
border-color: #B784C0;
}
</style>