Shades of East Side #B482BC
Tints of East Side #B482BC
RGB
CMYK
RGB Variations
Color information
#B482BC (or 0xB482BC) is known color: East Side. HEX triplet: B4, 82 and BC. RGB value is (180,130,188). Sum of RGB (Red+Green+Blue) = 180+130+188=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #B482BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482BC is #4B7D43. Grayscale: #979797. Windows color (decimal): -4947268 or 12354228. OLE color: 12354228.
HSL color Cylindrical-coordinate representation of color #B482BC: hue angle of 291.72º 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 #B482BC is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 130 | 188 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.26 |
| HSL | 291.72º | 0.3% | 0.62% | - |
| HSV(B) | 291.72º | 0.31% | 0.74% | - |
| XYZ | 35.88 | 29.3 | 51.34 | - |
| YUV | 151.56 | 148.57 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 188 | 0.04 | 0.31 | 0 | 0.26 | 291.72 | 0.3 | 0.62 |
| Hex | B4 | 82 | BC | 4 | 1F | 0 | 1A | 124 | 1E | 3E |
| Octal | 264 | 202 | 274 | 4 | 37 | 0 | 32 | 444 | 36 | 76 |
| Binary | 10110100 | 10000010 | 10111100 | 100 | 11111 | 0 | 11010 | 100100100 | 11110 | 111110 |
Color Harmonies of #B482BC
Complementary color
Monochromatic Colors of #B482BC
Black with #B482BC
Text Example
Text Example
White with #B482BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B482BC; }
p { color: rgb(180,130,188); }
H1.HeaderClassName
{
color: #B482BC;
}
.AnyTagClassName
{
color: #B482BC;
}
</style>
background-color css
<style>
a { background-color: #B482BC; }
a { background-color: rgb(180,130,188); }
div.DivClassName
{
background-color: #B482BC;
}
.BgClassName
{
background-color: #B482BC;
}
</style>
border-color css
<style>
span { border-color: #B482BC; }
span { border-color: rgb(180,130,188); }
td.TdClassName
{
border-color: #B482BC;
}
.TagClassName
{
border-color: #B482BC;
}
</style>