Shades of East Side #B284C9
Tints of East Side #B284C9
RGB
CMYK
RGB Variations
Color information
#B284C9 (or 0xB284C9) is known color: East Side. HEX triplet: B2, 84 and C9. RGB value is (178,132,201). Sum of RGB (Red+Green+Blue) = 178+132+201=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #B284C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B284C9 is #4D7B36. Grayscale: #999999. Windows color (decimal): -5077815 or 13206706. OLE color: 13206706.
HSL color Cylindrical-coordinate representation of color #B284C9: hue angle of 280º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B284C9 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 132 | 201 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.21 |
| HSL | 280º | 0.39% | 0.65% | - |
| HSV(B) | 280º | 0.34% | 0.79% | - |
| XYZ | 37.15 | 30.18 | 59.13 | - |
| YUV | 153.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 201 | 0.11 | 0.34 | 0 | 0.21 | 280 | 0.39 | 0.65 |
| Hex | B2 | 84 | C9 | B | 22 | 0 | 15 | 118 | 27 | 41 |
| Octal | 262 | 204 | 311 | 13 | 42 | 0 | 25 | 430 | 47 | 101 |
| Binary | 10110010 | 10000100 | 11001001 | 1011 | 100010 | 0 | 10101 | 100011000 | 100111 | 1000001 |
Color Harmonies of #B284C9
Complementary color
Monochromatic Colors of #B284C9
Black with #B284C9
Text Example
Text Example
White with #B284C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B284C9; }
p { color: rgb(178,132,201); }
H1.HeaderClassName
{
color: #B284C9;
}
.AnyTagClassName
{
color: #B284C9;
}
</style>
background-color css
<style>
a { background-color: #B284C9; }
a { background-color: rgb(178,132,201); }
div.DivClassName
{
background-color: #B284C9;
}
.BgClassName
{
background-color: #B284C9;
}
</style>
border-color css
<style>
span { border-color: #B284C9; }
span { border-color: rgb(178,132,201); }
td.TdClassName
{
border-color: #B284C9;
}
.TagClassName
{
border-color: #B284C9;
}
</style>