Shades of East Side #B487CA
Tints of East Side #B487CA
RGB
CMYK
RGB Variations
Color information
#B487CA (or 0xB487CA) is known color: East Side. HEX triplet: B4, 87 and CA. RGB value is (180,135,202). Sum of RGB (Red+Green+Blue) = 180+135+202=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #B487CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B487CA is #4B7835. Grayscale: #9B9B9B. Windows color (decimal): -4945974 or 13273012. OLE color: 13273012.
HSL color Cylindrical-coordinate representation of color #B487CA: hue angle of 280.3º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B487CA is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 135 | 202 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.21 |
| HSL | 280.3º | 0.39% | 0.66% | - |
| HSV(B) | 280.3º | 0.33% | 0.79% | - |
| XYZ | 38.15 | 31.3 | 59.91 | - |
| YUV | 156.09 | 153.91 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 135 | 202 | 0.11 | 0.33 | 0 | 0.21 | 280.3 | 0.39 | 0.66 |
| Hex | B4 | 87 | CA | B | 21 | 0 | 15 | 118 | 27 | 42 |
| Octal | 264 | 207 | 312 | 13 | 41 | 0 | 25 | 430 | 47 | 102 |
| Binary | 10110100 | 10000111 | 11001010 | 1011 | 100001 | 0 | 10101 | 100011000 | 100111 | 1000010 |
Color Harmonies of #B487CA
Complementary color
Monochromatic Colors of #B487CA
Black with #B487CA
Text Example
Text Example
White with #B487CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B487CA; }
p { color: rgb(180,135,202); }
H1.HeaderClassName
{
color: #B487CA;
}
.AnyTagClassName
{
color: #B487CA;
}
</style>
background-color css
<style>
a { background-color: #B487CA; }
a { background-color: rgb(180,135,202); }
div.DivClassName
{
background-color: #B487CA;
}
.BgClassName
{
background-color: #B487CA;
}
</style>
border-color css
<style>
span { border-color: #B487CA; }
span { border-color: rgb(180,135,202); }
td.TdClassName
{
border-color: #B487CA;
}
.TagClassName
{
border-color: #B487CA;
}
</style>