Shades of East Side #B483BA
Tints of East Side #B483BA
RGB
CMYK
RGB Variations
Color information
#B483BA (or 0xB483BA) is known color: East Side. HEX triplet: B4, 83 and BA. RGB value is (180,131,186). Sum of RGB (Red+Green+Blue) = 180+131+186=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #B483BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483BA is #4B7C45. Grayscale: #979797. Windows color (decimal): -4947014 or 12223412. OLE color: 12223412.
HSL color Cylindrical-coordinate representation of color #B483BA: hue angle of 293.45º 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 #B483BA is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 131 | 186 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.27 |
| HSL | 293.45º | 0.28% | 0.62% | - |
| HSV(B) | 293.45º | 0.3% | 0.73% | - |
| XYZ | 35.8 | 29.48 | 50.26 | - |
| YUV | 151.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 131 | 186 | 0.03 | 0.30 | 0 | 0.27 | 293.45 | 0.28 | 0.62 |
| Hex | B4 | 83 | BA | 3 | 1E | 0 | 1B | 125 | 1C | 3E |
| Octal | 264 | 203 | 272 | 3 | 36 | 0 | 33 | 445 | 34 | 76 |
| Binary | 10110100 | 10000011 | 10111010 | 11 | 11110 | 0 | 11011 | 100100101 | 11100 | 111110 |
Color Harmonies of #B483BA
Complementary color
Monochromatic Colors of #B483BA
Black with #B483BA
Text Example
Text Example
White with #B483BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B483BA; }
p { color: rgb(180,131,186); }
H1.HeaderClassName
{
color: #B483BA;
}
.AnyTagClassName
{
color: #B483BA;
}
</style>
background-color css
<style>
a { background-color: #B483BA; }
a { background-color: rgb(180,131,186); }
div.DivClassName
{
background-color: #B483BA;
}
.BgClassName
{
background-color: #B483BA;
}
</style>
border-color css
<style>
span { border-color: #B483BA; }
span { border-color: rgb(180,131,186); }
td.TdClassName
{
border-color: #B483BA;
}
.TagClassName
{
border-color: #B483BA;
}
</style>