Shades of East Side #B58BBB
Tints of East Side #B58BBB
RGB
CMYK
RGB Variations
Color information
#B58BBB (or 0xB58BBB) is known color: East Side. HEX triplet: B5, 8B and BB. RGB value is (181,139,187). Sum of RGB (Red+Green+Blue) = 181+139+187=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #B58BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BBB is #4A7444. Grayscale: #9C9C9C. Windows color (decimal): -4879429 or 12290997. OLE color: 12290997.
HSL color Cylindrical-coordinate representation of color #B58BBB: hue angle of 292.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B58BBB is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 139 | 187 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.27 |
| HSL | 292.5º | 0.26% | 0.64% | - |
| HSV(B) | 292.5º | 0.26% | 0.73% | - |
| XYZ | 37.26 | 31.88 | 51.2 | - |
| YUV | 157.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 187 | 0.03 | 0.26 | 0 | 0.27 | 292.5 | 0.26 | 0.64 |
| Hex | B5 | 8B | BB | 3 | 1A | 0 | 1B | 124 | 1A | 40 |
| Octal | 265 | 213 | 273 | 3 | 32 | 0 | 33 | 444 | 32 | 100 |
| Binary | 10110101 | 10001011 | 10111011 | 11 | 11010 | 0 | 11011 | 100100100 | 11010 | 1000000 |
Color Harmonies of #B58BBB
Complementary color
Monochromatic Colors of #B58BBB
Black with #B58BBB
Text Example
Text Example
White with #B58BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58BBB; }
p { color: rgb(181,139,187); }
H1.HeaderClassName
{
color: #B58BBB;
}
.AnyTagClassName
{
color: #B58BBB;
}
</style>
background-color css
<style>
a { background-color: #B58BBB; }
a { background-color: rgb(181,139,187); }
div.DivClassName
{
background-color: #B58BBB;
}
.BgClassName
{
background-color: #B58BBB;
}
</style>
border-color css
<style>
span { border-color: #B58BBB; }
span { border-color: rgb(181,139,187); }
td.TdClassName
{
border-color: #B58BBB;
}
.TagClassName
{
border-color: #B58BBB;
}
</style>