Shades of East Side #B482B9
Tints of East Side #B482B9
RGB
CMYK
RGB Variations
Color information
#B482B9 (or 0xB482B9) is known color: East Side. HEX triplet: B4, 82 and B9. RGB value is (180,130,185). Sum of RGB (Red+Green+Blue) = 180+130+185=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 185 - color contains mainly: blue. Hex color #B482B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482B9 is #4B7D46. Grayscale: #979797. Windows color (decimal): -4947271 or 12157620. OLE color: 12157620.
HSL color Cylindrical-coordinate representation of color #B482B9: 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 #B482B9 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 130 | 185 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.27 |
| HSL | 294.55º | 0.28% | 0.62% | - |
| HSV(B) | 294.55º | 0.3% | 0.73% | - |
| XYZ | 35.56 | 29.17 | 49.66 | - |
| YUV | 151.22 | 147.07 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 185 | 0.03 | 0.30 | 0 | 0.27 | 294.55 | 0.28 | 0.62 |
| Hex | B4 | 82 | B9 | 3 | 1E | 0 | 1B | 127 | 1C | 3E |
| Octal | 264 | 202 | 271 | 3 | 36 | 0 | 33 | 447 | 34 | 76 |
| Binary | 10110100 | 10000010 | 10111001 | 11 | 11110 | 0 | 11011 | 100100111 | 11100 | 111110 |
Color Harmonies of #B482B9
Complementary color
Monochromatic Colors of #B482B9
Black with #B482B9
Text Example
Text Example
White with #B482B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B482B9; }
p { color: rgb(180,130,185); }
H1.HeaderClassName
{
color: #B482B9;
}
.AnyTagClassName
{
color: #B482B9;
}
</style>
background-color css
<style>
a { background-color: #B482B9; }
a { background-color: rgb(180,130,185); }
div.DivClassName
{
background-color: #B482B9;
}
.BgClassName
{
background-color: #B482B9;
}
</style>
border-color css
<style>
span { border-color: #B482B9; }
span { border-color: rgb(180,130,185); }
td.TdClassName
{
border-color: #B482B9;
}
.TagClassName
{
border-color: #B482B9;
}
</style>