Shades of East Side #B589CB
Tints of East Side #B589CB
RGB
CMYK
RGB Variations
Color information
#B589CB (or 0xB589CB) is known color: East Side. HEX triplet: B5, 89 and CB. RGB value is (181,137,203). Sum of RGB (Red+Green+Blue) = 181+137+203=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #B589CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B589CB is #4A7634. Grayscale: #9D9D9D. Windows color (decimal): -4879925 or 13339061. OLE color: 13339061.
HSL color Cylindrical-coordinate representation of color #B589CB: hue angle of 280º 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 #B589CB is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 137 | 203 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.20 |
| HSL | 280º | 0.39% | 0.67% | - |
| HSV(B) | 280º | 0.33% | 0.8% | - |
| XYZ | 38.78 | 32.03 | 60.64 | - |
| YUV | 157.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 203 | 0.11 | 0.33 | 0 | 0.20 | 280 | 0.39 | 0.67 |
| Hex | B5 | 89 | CB | B | 21 | 0 | 14 | 118 | 27 | 43 |
| Octal | 265 | 211 | 313 | 13 | 41 | 0 | 24 | 430 | 47 | 103 |
| Binary | 10110101 | 10001001 | 11001011 | 1011 | 100001 | 0 | 10100 | 100011000 | 100111 | 1000011 |
Color Harmonies of #B589CB
Complementary color
Monochromatic Colors of #B589CB
Black with #B589CB
Text Example
Text Example
White with #B589CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B589CB; }
p { color: rgb(181,137,203); }
H1.HeaderClassName
{
color: #B589CB;
}
.AnyTagClassName
{
color: #B589CB;
}
</style>
background-color css
<style>
a { background-color: #B589CB; }
a { background-color: rgb(181,137,203); }
div.DivClassName
{
background-color: #B589CB;
}
.BgClassName
{
background-color: #B589CB;
}
</style>
border-color css
<style>
span { border-color: #B589CB; }
span { border-color: rgb(181,137,203); }
td.TdClassName
{
border-color: #B589CB;
}
.TagClassName
{
border-color: #B589CB;
}
</style>