Shades of East Side #B482BE
Tints of East Side #B482BE
RGB
CMYK
RGB Variations
Color information
#B482BE (or 0xB482BE) is known color: East Side. HEX triplet: B4, 82 and BE. RGB value is (180,130,190). Sum of RGB (Red+Green+Blue) = 180+130+190=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #B482BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482BE is #4B7D41. Grayscale: #979797. Windows color (decimal): -4947266 or 12485300. OLE color: 12485300.
HSL color Cylindrical-coordinate representation of color #B482BE: hue angle of 290º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B482BE is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 130 | 190 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.25 |
| HSL | 290º | 0.32% | 0.63% | - |
| HSV(B) | 290º | 0.32% | 0.75% | - |
| XYZ | 36.1 | 29.39 | 52.48 | - |
| YUV | 151.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 190 | 0.05 | 0.32 | 0 | 0.25 | 290 | 0.32 | 0.63 |
| Hex | B4 | 82 | BE | 5 | 20 | 0 | 19 | 122 | 20 | 3F |
| Octal | 264 | 202 | 276 | 5 | 40 | 0 | 31 | 442 | 40 | 77 |
| Binary | 10110100 | 10000010 | 10111110 | 101 | 100000 | 0 | 11001 | 100100010 | 100000 | 111111 |
Color Harmonies of #B482BE
Complementary color
Monochromatic Colors of #B482BE
Black with #B482BE
Text Example
Text Example
White with #B482BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B482BE; }
p { color: rgb(180,130,190); }
H1.HeaderClassName
{
color: #B482BE;
}
.AnyTagClassName
{
color: #B482BE;
}
</style>
background-color css
<style>
a { background-color: #B482BE; }
a { background-color: rgb(180,130,190); }
div.DivClassName
{
background-color: #B482BE;
}
.BgClassName
{
background-color: #B482BE;
}
</style>
border-color css
<style>
span { border-color: #B482BE; }
span { border-color: rgb(180,130,190); }
td.TdClassName
{
border-color: #B482BE;
}
.TagClassName
{
border-color: #B482BE;
}
</style>