Shades of East Side #B487CE
Tints of East Side #B487CE
RGB
CMYK
RGB Variations
Color information
#B487CE (or 0xB487CE) is known color: East Side. HEX triplet: B4, 87 and CE. RGB value is (180,135,206). Sum of RGB (Red+Green+Blue) = 180+135+206=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #B487CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B487CE is #4B7831. Grayscale: #9C9C9C. Windows color (decimal): -4945970 or 13535156. OLE color: 13535156.
HSL color Cylindrical-coordinate representation of color #B487CE: hue angle of 278.03º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B487CE is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 135 | 206 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.19 |
| HSL | 278.03º | 0.42% | 0.67% | - |
| HSV(B) | 278.03º | 0.34% | 0.81% | - |
| XYZ | 38.63 | 31.49 | 62.43 | - |
| YUV | 156.55 | 155.91 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 135 | 206 | 0.13 | 0.34 | 0 | 0.19 | 278.03 | 0.42 | 0.67 |
| Hex | B4 | 87 | CE | D | 22 | 0 | 13 | 116 | 2A | 43 |
| Octal | 264 | 207 | 316 | 15 | 42 | 0 | 23 | 426 | 52 | 103 |
| Binary | 10110100 | 10000111 | 11001110 | 1101 | 100010 | 0 | 10011 | 100010110 | 101010 | 1000011 |
Color Harmonies of #B487CE
Complementary color
Monochromatic Colors of #B487CE
Black with #B487CE
Text Example
Text Example
White with #B487CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B487CE; }
p { color: rgb(180,135,206); }
H1.HeaderClassName
{
color: #B487CE;
}
.AnyTagClassName
{
color: #B487CE;
}
</style>
background-color css
<style>
a { background-color: #B487CE; }
a { background-color: rgb(180,135,206); }
div.DivClassName
{
background-color: #B487CE;
}
.BgClassName
{
background-color: #B487CE;
}
</style>
border-color css
<style>
span { border-color: #B487CE; }
span { border-color: rgb(180,135,206); }
td.TdClassName
{
border-color: #B487CE;
}
.TagClassName
{
border-color: #B487CE;
}
</style>