Shades of East Side #B289CB
Tints of East Side #B289CB
RGB
CMYK
RGB Variations
Color information
#B289CB (or 0xB289CB) is known color: East Side. HEX triplet: B2, 89 and CB. RGB value is (178,137,203). Sum of RGB (Red+Green+Blue) = 178+137+203=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #B289CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B289CB is #4D7634. Grayscale: #9C9C9C. Windows color (decimal): -5076533 or 13339058. OLE color: 13339058.
HSL color Cylindrical-coordinate representation of color #B289CB: hue angle of 277.27º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B289CB is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 137 | 203 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.20 |
| HSL | 277.27º | 0.39% | 0.67% | - |
| HSV(B) | 277.27º | 0.33% | 0.8% | - |
| XYZ | 38.09 | 31.67 | 60.61 | - |
| YUV | 156.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 203 | 0.12 | 0.33 | 0 | 0.20 | 277.27 | 0.39 | 0.67 |
| Hex | B2 | 89 | CB | C | 21 | 0 | 14 | 115 | 27 | 43 |
| Octal | 262 | 211 | 313 | 14 | 41 | 0 | 24 | 425 | 47 | 103 |
| Binary | 10110010 | 10001001 | 11001011 | 1100 | 100001 | 0 | 10100 | 100010101 | 100111 | 1000011 |
Color Harmonies of #B289CB
Complementary color
Monochromatic Colors of #B289CB
Black with #B289CB
Text Example
Text Example
White with #B289CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B289CB; }
p { color: rgb(178,137,203); }
H1.HeaderClassName
{
color: #B289CB;
}
.AnyTagClassName
{
color: #B289CB;
}
</style>
background-color css
<style>
a { background-color: #B289CB; }
a { background-color: rgb(178,137,203); }
div.DivClassName
{
background-color: #B289CB;
}
.BgClassName
{
background-color: #B289CB;
}
</style>
border-color css
<style>
span { border-color: #B289CB; }
span { border-color: rgb(178,137,203); }
td.TdClassName
{
border-color: #B289CB;
}
.TagClassName
{
border-color: #B289CB;
}
</style>