Shades of East Side #B28BCB
Tints of East Side #B28BCB
RGB
CMYK
RGB Variations
Color information
#B28BCB (or 0xB28BCB) is known color: East Side. HEX triplet: B2, 8B and CB. RGB value is (178,139,203). Sum of RGB (Red+Green+Blue) = 178+139+203=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #B28BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BCB is #4D7434. Grayscale: #9D9D9D. Windows color (decimal): -5076021 or 13339570. OLE color: 13339570.
HSL color Cylindrical-coordinate representation of color #B28BCB: hue angle of 276.56º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B28BCB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 139 | 203 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.20 |
| HSL | 276.56º | 0.38% | 0.67% | - |
| HSV(B) | 276.56º | 0.32% | 0.8% | - |
| XYZ | 38.37 | 32.24 | 60.7 | - |
| YUV | 157.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 203 | 0.12 | 0.32 | 0 | 0.20 | 276.56 | 0.38 | 0.67 |
| Hex | B2 | 8B | CB | C | 20 | 0 | 14 | 115 | 26 | 43 |
| Octal | 262 | 213 | 313 | 14 | 40 | 0 | 24 | 425 | 46 | 103 |
| Binary | 10110010 | 10001011 | 11001011 | 1100 | 100000 | 0 | 10100 | 100010101 | 100110 | 1000011 |
Color Harmonies of #B28BCB
Complementary color
Monochromatic Colors of #B28BCB
Black with #B28BCB
Text Example
Text Example
White with #B28BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28BCB; }
p { color: rgb(178,139,203); }
H1.HeaderClassName
{
color: #B28BCB;
}
.AnyTagClassName
{
color: #B28BCB;
}
</style>
background-color css
<style>
a { background-color: #B28BCB; }
a { background-color: rgb(178,139,203); }
div.DivClassName
{
background-color: #B28BCB;
}
.BgClassName
{
background-color: #B28BCB;
}
</style>
border-color css
<style>
span { border-color: #B28BCB; }
span { border-color: rgb(178,139,203); }
td.TdClassName
{
border-color: #B28BCB;
}
.TagClassName
{
border-color: #B28BCB;
}
</style>