Shades of East Side #B582BE
Tints of East Side #B582BE
RGB
CMYK
RGB Variations
Color information
#B582BE (or 0xB582BE) is known color: East Side. HEX triplet: B5, 82 and BE. RGB value is (181,130,190). Sum of RGB (Red+Green+Blue) = 181+130+190=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #B582BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B582BE is #4A7D41. Grayscale: #979797. Windows color (decimal): -4881730 or 12485301. OLE color: 12485301.
HSL color Cylindrical-coordinate representation of color #B582BE: hue angle of 291º 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 #B582BE is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 130 | 190 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.25 |
| HSL | 291º | 0.32% | 0.63% | - |
| HSV(B) | 291º | 0.32% | 0.75% | - |
| XYZ | 36.33 | 29.51 | 52.5 | - |
| YUV | 152.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 190 | 0.05 | 0.32 | 0 | 0.25 | 291 | 0.32 | 0.63 |
| Hex | B5 | 82 | BE | 5 | 20 | 0 | 19 | 123 | 20 | 3F |
| Octal | 265 | 202 | 276 | 5 | 40 | 0 | 31 | 443 | 40 | 77 |
| Binary | 10110101 | 10000010 | 10111110 | 101 | 100000 | 0 | 11001 | 100100011 | 100000 | 111111 |
Color Harmonies of #B582BE
Complementary color
Monochromatic Colors of #B582BE
Black with #B582BE
Text Example
Text Example
White with #B582BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B582BE; }
p { color: rgb(181,130,190); }
H1.HeaderClassName
{
color: #B582BE;
}
.AnyTagClassName
{
color: #B582BE;
}
</style>
background-color css
<style>
a { background-color: #B582BE; }
a { background-color: rgb(181,130,190); }
div.DivClassName
{
background-color: #B582BE;
}
.BgClassName
{
background-color: #B582BE;
}
</style>
border-color css
<style>
span { border-color: #B582BE; }
span { border-color: rgb(181,130,190); }
td.TdClassName
{
border-color: #B582BE;
}
.TagClassName
{
border-color: #B582BE;
}
</style>