Shades of East Side #B28BC0
Tints of East Side #B28BC0
RGB
CMYK
RGB Variations
Color information
#B28BC0 (or 0xB28BC0) is known color: East Side. HEX triplet: B2, 8B and C0. RGB value is (178,139,192). Sum of RGB (Red+Green+Blue) = 178+139+192=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 192 - color contains mainly: blue. Hex color #B28BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BC0 is #4D743F. Grayscale: #9C9C9C. Windows color (decimal): -5076032 or 12618674. OLE color: 12618674.
HSL color Cylindrical-coordinate representation of color #B28BC0: hue angle of 284.15º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B28BC0 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 139 | 192 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.25 |
| HSL | 284.15º | 0.3% | 0.65% | - |
| HSV(B) | 284.15º | 0.28% | 0.75% | - |
| XYZ | 37.11 | 31.74 | 54.04 | - |
| YUV | 156.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 192 | 0.07 | 0.28 | 0 | 0.25 | 284.15 | 0.3 | 0.65 |
| Hex | B2 | 8B | C0 | 7 | 1C | 0 | 19 | 11C | 1E | 41 |
| Octal | 262 | 213 | 300 | 7 | 34 | 0 | 31 | 434 | 36 | 101 |
| Binary | 10110010 | 10001011 | 11000000 | 111 | 11100 | 0 | 11001 | 100011100 | 11110 | 1000001 |
Color Harmonies of #B28BC0
Complementary color
Monochromatic Colors of #B28BC0
Black with #B28BC0
Text Example
Text Example
White with #B28BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28BC0; }
p { color: rgb(178,139,192); }
H1.HeaderClassName
{
color: #B28BC0;
}
.AnyTagClassName
{
color: #B28BC0;
}
</style>
background-color css
<style>
a { background-color: #B28BC0; }
a { background-color: rgb(178,139,192); }
div.DivClassName
{
background-color: #B28BC0;
}
.BgClassName
{
background-color: #B28BC0;
}
</style>
border-color css
<style>
span { border-color: #B28BC0; }
span { border-color: rgb(178,139,192); }
td.TdClassName
{
border-color: #B28BC0;
}
.TagClassName
{
border-color: #B28BC0;
}
</style>