Shades of East Side #B28DBD
Tints of East Side #B28DBD
RGB
CMYK
RGB Variations
Color information
#B28DBD (or 0xB28DBD) is known color: East Side. HEX triplet: B2, 8D and BD. RGB value is (178,141,189). Sum of RGB (Red+Green+Blue) = 178+141+189=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #B28DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28DBD is #4D7242. Grayscale: #9D9D9D. Windows color (decimal): -5075523 or 12422578. OLE color: 12422578.
HSL color Cylindrical-coordinate representation of color #B28DBD: hue angle of 286.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B28DBD is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 141 | 189 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.26 |
| HSL | 286.25º | 0.27% | 0.65% | - |
| HSV(B) | 286.25º | 0.25% | 0.74% | - |
| XYZ | 37.07 | 32.19 | 52.4 | - |
| YUV | 157.54 | 145.76 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 189 | 0.06 | 0.25 | 0 | 0.26 | 286.25 | 0.27 | 0.65 |
| Hex | B2 | 8D | BD | 6 | 19 | 0 | 1A | 11E | 1B | 41 |
| Octal | 262 | 215 | 275 | 6 | 31 | 0 | 32 | 436 | 33 | 101 |
| Binary | 10110010 | 10001101 | 10111101 | 110 | 11001 | 0 | 11010 | 100011110 | 11011 | 1000001 |
Color Harmonies of #B28DBD
Complementary color
Monochromatic Colors of #B28DBD
Black with #B28DBD
Text Example
Text Example
White with #B28DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28DBD; }
p { color: rgb(178,141,189); }
H1.HeaderClassName
{
color: #B28DBD;
}
.AnyTagClassName
{
color: #B28DBD;
}
</style>
background-color css
<style>
a { background-color: #B28DBD; }
a { background-color: rgb(178,141,189); }
div.DivClassName
{
background-color: #B28DBD;
}
.BgClassName
{
background-color: #B28DBD;
}
</style>
border-color css
<style>
span { border-color: #B28DBD; }
span { border-color: rgb(178,141,189); }
td.TdClassName
{
border-color: #B28DBD;
}
.TagClassName
{
border-color: #B28DBD;
}
</style>