Shades of East Side #B583BA
Tints of East Side #B583BA
RGB
CMYK
RGB Variations
Color information
#B583BA (or 0xB583BA) is known color: East Side. HEX triplet: B5, 83 and BA. RGB value is (181,131,186). Sum of RGB (Red+Green+Blue) = 181+131+186=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #B583BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B583BA is #4A7C45. Grayscale: #989898. Windows color (decimal): -4881478 or 12223413. OLE color: 12223413.
HSL color Cylindrical-coordinate representation of color #B583BA: hue angle of 294.55º 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 #B583BA is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 131 | 186 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.27 |
| HSL | 294.55º | 0.28% | 0.62% | - |
| HSV(B) | 294.55º | 0.3% | 0.73% | - |
| XYZ | 36.04 | 29.6 | 50.27 | - |
| YUV | 152.22 | 147.07 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 131 | 186 | 0.03 | 0.30 | 0 | 0.27 | 294.55 | 0.28 | 0.62 |
| Hex | B5 | 83 | BA | 3 | 1E | 0 | 1B | 127 | 1C | 3E |
| Octal | 265 | 203 | 272 | 3 | 36 | 0 | 33 | 447 | 34 | 76 |
| Binary | 10110101 | 10000011 | 10111010 | 11 | 11110 | 0 | 11011 | 100100111 | 11100 | 111110 |
Color Harmonies of #B583BA
Complementary color
Monochromatic Colors of #B583BA
Black with #B583BA
Text Example
Text Example
White with #B583BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B583BA; }
p { color: rgb(181,131,186); }
H1.HeaderClassName
{
color: #B583BA;
}
.AnyTagClassName
{
color: #B583BA;
}
</style>
background-color css
<style>
a { background-color: #B583BA; }
a { background-color: rgb(181,131,186); }
div.DivClassName
{
background-color: #B583BA;
}
.BgClassName
{
background-color: #B583BA;
}
</style>
border-color css
<style>
span { border-color: #B583BA; }
span { border-color: rgb(181,131,186); }
td.TdClassName
{
border-color: #B583BA;
}
.TagClassName
{
border-color: #B583BA;
}
</style>