Shades of East Side #B58DBD
Tints of East Side #B58DBD
RGB
CMYK
RGB Variations
Color information
#B58DBD (or 0xB58DBD) is known color: East Side. HEX triplet: B5, 8D and BD. RGB value is (181,141,189). Sum of RGB (Red+Green+Blue) = 181+141+189=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #B58DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DBD is #4A7242. Grayscale: #9E9E9E. Windows color (decimal): -4878915 or 12422581. OLE color: 12422581.
HSL color Cylindrical-coordinate representation of color #B58DBD: hue angle of 290º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B58DBD is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 141 | 189 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.26 |
| HSL | 290º | 0.27% | 0.65% | - |
| HSV(B) | 290º | 0.25% | 0.74% | - |
| XYZ | 37.77 | 32.55 | 52.44 | - |
| YUV | 158.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 189 | 0.04 | 0.25 | 0 | 0.26 | 290 | 0.27 | 0.65 |
| Hex | B5 | 8D | BD | 4 | 19 | 0 | 1A | 122 | 1B | 41 |
| Octal | 265 | 215 | 275 | 4 | 31 | 0 | 32 | 442 | 33 | 101 |
| Binary | 10110101 | 10001101 | 10111101 | 100 | 11001 | 0 | 11010 | 100100010 | 11011 | 1000001 |
Color Harmonies of #B58DBD
Complementary color
Monochromatic Colors of #B58DBD
Black with #B58DBD
Text Example
Text Example
White with #B58DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58DBD; }
p { color: rgb(181,141,189); }
H1.HeaderClassName
{
color: #B58DBD;
}
.AnyTagClassName
{
color: #B58DBD;
}
</style>
background-color css
<style>
a { background-color: #B58DBD; }
a { background-color: rgb(181,141,189); }
div.DivClassName
{
background-color: #B58DBD;
}
.BgClassName
{
background-color: #B58DBD;
}
</style>
border-color css
<style>
span { border-color: #B58DBD; }
span { border-color: rgb(181,141,189); }
td.TdClassName
{
border-color: #B58DBD;
}
.TagClassName
{
border-color: #B58DBD;
}
</style>