Shades of East Side #B283BA
Tints of East Side #B283BA
RGB
CMYK
RGB Variations
Color information
#B283BA (or 0xB283BA) is known color: East Side. HEX triplet: B2, 83 and BA. RGB value is (178,131,186). Sum of RGB (Red+Green+Blue) = 178+131+186=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #B283BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B283BA is #4D7C45. Grayscale: #979797. Windows color (decimal): -5078086 or 12223410. OLE color: 12223410.
HSL color Cylindrical-coordinate representation of color #B283BA: hue angle of 291.27º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B283BA is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 131 | 186 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.27 |
| HSL | 291.27º | 0.28% | 0.62% | - |
| HSV(B) | 291.27º | 0.3% | 0.73% | - |
| XYZ | 35.34 | 29.24 | 50.24 | - |
| YUV | 151.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 186 | 0.04 | 0.30 | 0 | 0.27 | 291.27 | 0.28 | 0.62 |
| Hex | B2 | 83 | BA | 4 | 1E | 0 | 1B | 123 | 1C | 3E |
| Octal | 262 | 203 | 272 | 4 | 36 | 0 | 33 | 443 | 34 | 76 |
| Binary | 10110010 | 10000011 | 10111010 | 100 | 11110 | 0 | 11011 | 100100011 | 11100 | 111110 |
Color Harmonies of #B283BA
Complementary color
Monochromatic Colors of #B283BA
Black with #B283BA
Text Example
Text Example
White with #B283BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B283BA; }
p { color: rgb(178,131,186); }
H1.HeaderClassName
{
color: #B283BA;
}
.AnyTagClassName
{
color: #B283BA;
}
</style>
background-color css
<style>
a { background-color: #B283BA; }
a { background-color: rgb(178,131,186); }
div.DivClassName
{
background-color: #B283BA;
}
.BgClassName
{
background-color: #B283BA;
}
</style>
border-color css
<style>
span { border-color: #B283BA; }
span { border-color: rgb(178,131,186); }
td.TdClassName
{
border-color: #B283BA;
}
.TagClassName
{
border-color: #B283BA;
}
</style>