Shades of East Side #B289CF
Tints of East Side #B289CF
RGB
CMYK
RGB Variations
Color information
#B289CF (or 0xB289CF) is known color: East Side. HEX triplet: B2, 89 and CF. RGB value is (178,137,207). Sum of RGB (Red+Green+Blue) = 178+137+207=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #B289CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B289CF is #4D7630. Grayscale: #9D9D9D. Windows color (decimal): -5076529 or 13601202. OLE color: 13601202.
HSL color Cylindrical-coordinate representation of color #B289CF: hue angle of 275.14º 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 #B289CF is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 137 | 207 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.19 |
| HSL | 275.14º | 0.42% | 0.67% | - |
| HSV(B) | 275.14º | 0.34% | 0.81% | - |
| XYZ | 38.57 | 31.86 | 63.15 | - |
| YUV | 157.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 207 | 0.14 | 0.34 | 0 | 0.19 | 275.14 | 0.42 | 0.67 |
| Hex | B2 | 89 | CF | E | 22 | 0 | 13 | 113 | 2A | 43 |
| Octal | 262 | 211 | 317 | 16 | 42 | 0 | 23 | 423 | 52 | 103 |
| Binary | 10110010 | 10001001 | 11001111 | 1110 | 100010 | 0 | 10011 | 100010011 | 101010 | 1000011 |
Color Harmonies of #B289CF
Complementary color
Monochromatic Colors of #B289CF
Black with #B289CF
Text Example
Text Example
White with #B289CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B289CF; }
p { color: rgb(178,137,207); }
H1.HeaderClassName
{
color: #B289CF;
}
.AnyTagClassName
{
color: #B289CF;
}
</style>
background-color css
<style>
a { background-color: #B289CF; }
a { background-color: rgb(178,137,207); }
div.DivClassName
{
background-color: #B289CF;
}
.BgClassName
{
background-color: #B289CF;
}
</style>
border-color css
<style>
span { border-color: #B289CF; }
span { border-color: rgb(178,137,207); }
td.TdClassName
{
border-color: #B289CF;
}
.TagClassName
{
border-color: #B289CF;
}
</style>