Shades of East Side #B382BC
Tints of East Side #B382BC
RGB
CMYK
RGB Variations
Color information
#B382BC (or 0xB382BC) is known color: East Side. HEX triplet: B3, 82 and BC. RGB value is (179,130,188). Sum of RGB (Red+Green+Blue) = 179+130+188=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #B382BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382BC is #4C7D43. Grayscale: #979797. Windows color (decimal): -5012804 or 12354227. OLE color: 12354227.
HSL color Cylindrical-coordinate representation of color #B382BC: hue angle of 290.69º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B382BC is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 130 | 188 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.26 |
| HSL | 290.69º | 0.3% | 0.62% | - |
| HSV(B) | 290.69º | 0.31% | 0.74% | - |
| XYZ | 35.65 | 29.18 | 51.33 | - |
| YUV | 151.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 188 | 0.05 | 0.31 | 0 | 0.26 | 290.69 | 0.3 | 0.62 |
| Hex | B3 | 82 | BC | 5 | 1F | 0 | 1A | 123 | 1E | 3E |
| Octal | 263 | 202 | 274 | 5 | 37 | 0 | 32 | 443 | 36 | 76 |
| Binary | 10110011 | 10000010 | 10111100 | 101 | 11111 | 0 | 11010 | 100100011 | 11110 | 111110 |
Color Harmonies of #B382BC
Complementary color
Monochromatic Colors of #B382BC
Black with #B382BC
Text Example
Text Example
White with #B382BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B382BC; }
p { color: rgb(179,130,188); }
H1.HeaderClassName
{
color: #B382BC;
}
.AnyTagClassName
{
color: #B382BC;
}
</style>
background-color css
<style>
a { background-color: #B382BC; }
a { background-color: rgb(179,130,188); }
div.DivClassName
{
background-color: #B382BC;
}
.BgClassName
{
background-color: #B382BC;
}
</style>
border-color css
<style>
span { border-color: #B382BC; }
span { border-color: rgb(179,130,188); }
td.TdClassName
{
border-color: #B382BC;
}
.TagClassName
{
border-color: #B382BC;
}
</style>