Shades of East Side #B380BA
Tints of East Side #B380BA
RGB
CMYK
RGB Variations
Color information
#B380BA (or 0xB380BA) is known color: East Side. HEX triplet: B3, 80 and BA. RGB value is (179,128,186). Sum of RGB (Red+Green+Blue) = 179+128+186=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #B380BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380BA is #4C7F45. Grayscale: #959595. Windows color (decimal): -5013318 or 12222643. OLE color: 12222643.
HSL color Cylindrical-coordinate representation of color #B380BA: hue angle of 292.76º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B380BA is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 128 | 186 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.27 |
| HSL | 292.76º | 0.3% | 0.62% | - |
| HSV(B) | 292.76º | 0.31% | 0.73% | - |
| XYZ | 35.17 | 28.57 | 50.11 | - |
| YUV | 149.86 | 148.4 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 186 | 0.04 | 0.31 | 0 | 0.27 | 292.76 | 0.3 | 0.62 |
| Hex | B3 | 80 | BA | 4 | 1F | 0 | 1B | 125 | 1E | 3E |
| Octal | 263 | 200 | 272 | 4 | 37 | 0 | 33 | 445 | 36 | 76 |
| Binary | 10110011 | 10000000 | 10111010 | 100 | 11111 | 0 | 11011 | 100100101 | 11110 | 111110 |
Color Harmonies of #B380BA
Complementary color
Monochromatic Colors of #B380BA
Black with #B380BA
Text Example
Text Example
White with #B380BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B380BA; }
p { color: rgb(179,128,186); }
H1.HeaderClassName
{
color: #B380BA;
}
.AnyTagClassName
{
color: #B380BA;
}
</style>
background-color css
<style>
a { background-color: #B380BA; }
a { background-color: rgb(179,128,186); }
div.DivClassName
{
background-color: #B380BA;
}
.BgClassName
{
background-color: #B380BA;
}
</style>
border-color css
<style>
span { border-color: #B380BA; }
span { border-color: rgb(179,128,186); }
td.TdClassName
{
border-color: #B380BA;
}
.TagClassName
{
border-color: #B380BA;
}
</style>