Shades of East Side #B487C3
Tints of East Side #B487C3
RGB
CMYK
RGB Variations
Color information
#B487C3 (or 0xB487C3) is known color: East Side. HEX triplet: B4, 87 and C3. RGB value is (180,135,195). Sum of RGB (Red+Green+Blue) = 180+135+195=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #B487C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B487C3 is #4B783C. Grayscale: #9B9B9B. Windows color (decimal): -4945981 or 12814260. OLE color: 12814260.
HSL color Cylindrical-coordinate representation of color #B487C3: hue angle of 285º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B487C3 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 135 | 195 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.24 |
| HSL | 285º | 0.33% | 0.65% | - |
| HSV(B) | 285º | 0.31% | 0.76% | - |
| XYZ | 37.34 | 30.97 | 55.64 | - |
| YUV | 155.3 | 150.41 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 135 | 195 | 0.08 | 0.31 | 0 | 0.24 | 285 | 0.33 | 0.65 |
| Hex | B4 | 87 | C3 | 8 | 1F | 0 | 18 | 11D | 21 | 41 |
| Octal | 264 | 207 | 303 | 10 | 37 | 0 | 30 | 435 | 41 | 101 |
| Binary | 10110100 | 10000111 | 11000011 | 1000 | 11111 | 0 | 11000 | 100011101 | 100001 | 1000001 |
Color Harmonies of #B487C3
Complementary color
Monochromatic Colors of #B487C3
Black with #B487C3
Text Example
Text Example
White with #B487C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B487C3; }
p { color: rgb(180,135,195); }
H1.HeaderClassName
{
color: #B487C3;
}
.AnyTagClassName
{
color: #B487C3;
}
</style>
background-color css
<style>
a { background-color: #B487C3; }
a { background-color: rgb(180,135,195); }
div.DivClassName
{
background-color: #B487C3;
}
.BgClassName
{
background-color: #B487C3;
}
</style>
border-color css
<style>
span { border-color: #B487C3; }
span { border-color: rgb(180,135,195); }
td.TdClassName
{
border-color: #B487C3;
}
.TagClassName
{
border-color: #B487C3;
}
</style>