Shades of East Side #B284D1
Tints of East Side #B284D1
RGB
CMYK
RGB Variations
Color information
#B284D1 (or 0xB284D1) is known color: East Side. HEX triplet: B2, 84 and D1. RGB value is (178,132,209). Sum of RGB (Red+Green+Blue) = 178+132+209=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #B284D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B284D1 is #4D7B2E. Grayscale: #9A9A9A. Windows color (decimal): -5077807 or 13730994. OLE color: 13730994.
HSL color Cylindrical-coordinate representation of color #B284D1: hue angle of 275.84º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B284D1 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 132 | 209 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.18 |
| HSL | 275.84º | 0.46% | 0.67% | - |
| HSV(B) | 275.84º | 0.37% | 0.82% | - |
| XYZ | 38.12 | 30.57 | 64.21 | - |
| YUV | 154.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 209 | 0.15 | 0.37 | 0 | 0.18 | 275.84 | 0.46 | 0.67 |
| Hex | B2 | 84 | D1 | F | 25 | 0 | 12 | 114 | 2E | 43 |
| Octal | 262 | 204 | 321 | 17 | 45 | 0 | 22 | 424 | 56 | 103 |
| Binary | 10110010 | 10000100 | 11010001 | 1111 | 100101 | 0 | 10010 | 100010100 | 101110 | 1000011 |
Color Harmonies of #B284D1
Complementary color
Monochromatic Colors of #B284D1
Black with #B284D1
Text Example
Text Example
White with #B284D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B284D1; }
p { color: rgb(178,132,209); }
H1.HeaderClassName
{
color: #B284D1;
}
.AnyTagClassName
{
color: #B284D1;
}
</style>
background-color css
<style>
a { background-color: #B284D1; }
a { background-color: rgb(178,132,209); }
div.DivClassName
{
background-color: #B284D1;
}
.BgClassName
{
background-color: #B284D1;
}
</style>
border-color css
<style>
span { border-color: #B284D1; }
span { border-color: rgb(178,132,209); }
td.TdClassName
{
border-color: #B284D1;
}
.TagClassName
{
border-color: #B284D1;
}
</style>