Shades of East Side #B587BD
Tints of East Side #B587BD
RGB
CMYK
RGB Variations
Color information
#B587BD (or 0xB587BD) is known color: East Side. HEX triplet: B5, 87 and BD. RGB value is (181,135,189). Sum of RGB (Red+Green+Blue) = 181+135+189=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #B587BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B587BD is #4A7842. Grayscale: #9A9A9A. Windows color (decimal): -4880451 or 12421045. OLE color: 12421045.
HSL color Cylindrical-coordinate representation of color #B587BD: hue angle of 291.11º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B587BD is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 135 | 189 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.26 |
| HSL | 291.11º | 0.29% | 0.64% | - |
| HSV(B) | 291.11º | 0.29% | 0.74% | - |
| XYZ | 36.91 | 30.83 | 52.15 | - |
| YUV | 154.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 135 | 189 | 0.04 | 0.29 | 0 | 0.26 | 291.11 | 0.29 | 0.64 |
| Hex | B5 | 87 | BD | 4 | 1D | 0 | 1A | 123 | 1D | 40 |
| Octal | 265 | 207 | 275 | 4 | 35 | 0 | 32 | 443 | 35 | 100 |
| Binary | 10110101 | 10000111 | 10111101 | 100 | 11101 | 0 | 11010 | 100100011 | 11101 | 1000000 |
Color Harmonies of #B587BD
Complementary color
Monochromatic Colors of #B587BD
Black with #B587BD
Text Example
Text Example
White with #B587BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B587BD; }
p { color: rgb(181,135,189); }
H1.HeaderClassName
{
color: #B587BD;
}
.AnyTagClassName
{
color: #B587BD;
}
</style>
background-color css
<style>
a { background-color: #B587BD; }
a { background-color: rgb(181,135,189); }
div.DivClassName
{
background-color: #B587BD;
}
.BgClassName
{
background-color: #B587BD;
}
</style>
border-color css
<style>
span { border-color: #B587BD; }
span { border-color: rgb(181,135,189); }
td.TdClassName
{
border-color: #B587BD;
}
.TagClassName
{
border-color: #B587BD;
}
</style>