Shades of East Side #B587CC
Tints of East Side #B587CC
RGB
CMYK
RGB Variations
Color information
#B587CC (or 0xB587CC) is known color: East Side. HEX triplet: B5, 87 and CC. RGB value is (181,135,204). Sum of RGB (Red+Green+Blue) = 181+135+204=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #B587CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B587CC is #4A7833. Grayscale: #9C9C9C. Windows color (decimal): -4880436 or 13404085. OLE color: 13404085.
HSL color Cylindrical-coordinate representation of color #B587CC: hue angle of 280º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B587CC is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 135 | 204 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.2 |
| HSL | 280º | 0.4% | 0.66% | - |
| HSV(B) | 280º | 0.34% | 0.8% | - |
| XYZ | 38.62 | 31.51 | 61.17 | - |
| YUV | 156.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 135 | 204 | 0.11 | 0.34 | 0 | 0.2 | 280 | 0.4 | 0.66 |
| Hex | B5 | 87 | CC | B | 22 | 0 | 14 | 118 | 28 | 42 |
| Octal | 265 | 207 | 314 | 13 | 42 | 0 | 24 | 430 | 50 | 102 |
| Binary | 10110101 | 10000111 | 11001100 | 1011 | 100010 | 0 | 10100 | 100011000 | 101000 | 1000010 |
Color Harmonies of #B587CC
Complementary color
Monochromatic Colors of #B587CC
Black with #B587CC
Text Example
Text Example
White with #B587CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B587CC; }
p { color: rgb(181,135,204); }
H1.HeaderClassName
{
color: #B587CC;
}
.AnyTagClassName
{
color: #B587CC;
}
</style>
background-color css
<style>
a { background-color: #B587CC; }
a { background-color: rgb(181,135,204); }
div.DivClassName
{
background-color: #B587CC;
}
.BgClassName
{
background-color: #B587CC;
}
</style>
border-color css
<style>
span { border-color: #B587CC; }
span { border-color: rgb(181,135,204); }
td.TdClassName
{
border-color: #B587CC;
}
.TagClassName
{
border-color: #B587CC;
}
</style>