Shades of East Side #B58DBA
Tints of East Side #B58DBA
RGB
CMYK
RGB Variations
Color information
#B58DBA (or 0xB58DBA) is known color: East Side. HEX triplet: B5, 8D and BA. RGB value is (181,141,186). Sum of RGB (Red+Green+Blue) = 181+141+186=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #B58DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DBA is #4A7245. Grayscale: #9D9D9D. Windows color (decimal): -4878918 or 12225973. OLE color: 12225973.
HSL color Cylindrical-coordinate representation of color #B58DBA: hue angle of 293.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B58DBA is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 141 | 186 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.27 |
| HSL | 293.33º | 0.25% | 0.64% | - |
| HSV(B) | 293.33º | 0.24% | 0.73% | - |
| XYZ | 37.44 | 32.42 | 50.74 | - |
| YUV | 158.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 186 | 0.03 | 0.24 | 0 | 0.27 | 293.33 | 0.25 | 0.64 |
| Hex | B5 | 8D | BA | 3 | 18 | 0 | 1B | 125 | 19 | 40 |
| Octal | 265 | 215 | 272 | 3 | 30 | 0 | 33 | 445 | 31 | 100 |
| Binary | 10110101 | 10001101 | 10111010 | 11 | 11000 | 0 | 11011 | 100100101 | 11001 | 1000000 |
Color Harmonies of #B58DBA
Complementary color
Monochromatic Colors of #B58DBA
Black with #B58DBA
Text Example
Text Example
White with #B58DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58DBA; }
p { color: rgb(181,141,186); }
H1.HeaderClassName
{
color: #B58DBA;
}
.AnyTagClassName
{
color: #B58DBA;
}
</style>
background-color css
<style>
a { background-color: #B58DBA; }
a { background-color: rgb(181,141,186); }
div.DivClassName
{
background-color: #B58DBA;
}
.BgClassName
{
background-color: #B58DBA;
}
</style>
border-color css
<style>
span { border-color: #B58DBA; }
span { border-color: rgb(181,141,186); }
td.TdClassName
{
border-color: #B58DBA;
}
.TagClassName
{
border-color: #B58DBA;
}
</style>