Shades of East Side #B28DCA
Tints of East Side #B28DCA
RGB
CMYK
RGB Variations
Color information
#B28DCA (or 0xB28DCA) is known color: East Side. HEX triplet: B2, 8D and CA. RGB value is (178,141,202). Sum of RGB (Red+Green+Blue) = 178+141+202=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #B28DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28DCA is #4D7235. Grayscale: #9E9E9E. Windows color (decimal): -5075510 or 13274546. OLE color: 13274546.
HSL color Cylindrical-coordinate representation of color #B28DCA: hue angle of 276.39º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B28DCA is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 141 | 202 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.21 |
| HSL | 276.39º | 0.37% | 0.67% | - |
| HSV(B) | 276.39º | 0.3% | 0.79% | - |
| XYZ | 38.55 | 32.78 | 60.17 | - |
| YUV | 159.02 | 152.26 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 202 | 0.12 | 0.30 | 0 | 0.21 | 276.39 | 0.37 | 0.67 |
| Hex | B2 | 8D | CA | C | 1E | 0 | 15 | 114 | 25 | 43 |
| Octal | 262 | 215 | 312 | 14 | 36 | 0 | 25 | 424 | 45 | 103 |
| Binary | 10110010 | 10001101 | 11001010 | 1100 | 11110 | 0 | 10101 | 100010100 | 100101 | 1000011 |
Color Harmonies of #B28DCA
Complementary color
Monochromatic Colors of #B28DCA
Black with #B28DCA
Text Example
Text Example
White with #B28DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28DCA; }
p { color: rgb(178,141,202); }
H1.HeaderClassName
{
color: #B28DCA;
}
.AnyTagClassName
{
color: #B28DCA;
}
</style>
background-color css
<style>
a { background-color: #B28DCA; }
a { background-color: rgb(178,141,202); }
div.DivClassName
{
background-color: #B28DCA;
}
.BgClassName
{
background-color: #B28DCA;
}
</style>
border-color css
<style>
span { border-color: #B28DCA; }
span { border-color: rgb(178,141,202); }
td.TdClassName
{
border-color: #B28DCA;
}
.TagClassName
{
border-color: #B28DCA;
}
</style>