Shades of East Side #B284CE
Tints of East Side #B284CE
RGB
CMYK
RGB Variations
Color information
#B284CE (or 0xB284CE) is known color: East Side. HEX triplet: B2, 84 and CE. RGB value is (178,132,206). Sum of RGB (Red+Green+Blue) = 178+132+206=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #B284CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B284CE is #4D7B31. Grayscale: #999999. Windows color (decimal): -5077810 or 13534386. OLE color: 13534386.
HSL color Cylindrical-coordinate representation of color #B284CE: hue angle of 277.3º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B284CE is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 132 | 206 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.19 |
| HSL | 277.3º | 0.43% | 0.66% | - |
| HSV(B) | 277.3º | 0.36% | 0.81% | - |
| XYZ | 37.75 | 30.42 | 62.28 | - |
| YUV | 154.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 206 | 0.14 | 0.36 | 0 | 0.19 | 277.3 | 0.43 | 0.66 |
| Hex | B2 | 84 | CE | E | 24 | 0 | 13 | 115 | 2B | 42 |
| Octal | 262 | 204 | 316 | 16 | 44 | 0 | 23 | 425 | 53 | 102 |
| Binary | 10110010 | 10000100 | 11001110 | 1110 | 100100 | 0 | 10011 | 100010101 | 101011 | 1000010 |
Color Harmonies of #B284CE
Complementary color
Monochromatic Colors of #B284CE
Black with #B284CE
Text Example
Text Example
White with #B284CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B284CE; }
p { color: rgb(178,132,206); }
H1.HeaderClassName
{
color: #B284CE;
}
.AnyTagClassName
{
color: #B284CE;
}
</style>
background-color css
<style>
a { background-color: #B284CE; }
a { background-color: rgb(178,132,206); }
div.DivClassName
{
background-color: #B284CE;
}
.BgClassName
{
background-color: #B284CE;
}
</style>
border-color css
<style>
span { border-color: #B284CE; }
span { border-color: rgb(178,132,206); }
td.TdClassName
{
border-color: #B284CE;
}
.TagClassName
{
border-color: #B284CE;
}
</style>