Shades of East Side #B589C1
Tints of East Side #B589C1
RGB
CMYK
RGB Variations
Color information
#B589C1 (or 0xB589C1) is known color: East Side. HEX triplet: B5, 89 and C1. RGB value is (181,137,193). Sum of RGB (Red+Green+Blue) = 181+137+193=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #B589C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B589C1 is #4A763E. Grayscale: #9C9C9C. Windows color (decimal): -4879935 or 12683701. OLE color: 12683701.
HSL color Cylindrical-coordinate representation of color #B589C1: hue angle of 287.14º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B589C1 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 137 | 193 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.24 |
| HSL | 287.14º | 0.31% | 0.65% | - |
| HSV(B) | 287.14º | 0.29% | 0.76% | - |
| XYZ | 37.63 | 31.57 | 54.56 | - |
| YUV | 156.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 193 | 0.06 | 0.29 | 0 | 0.24 | 287.14 | 0.31 | 0.65 |
| Hex | B5 | 89 | C1 | 6 | 1D | 0 | 18 | 11F | 1F | 41 |
| Octal | 265 | 211 | 301 | 6 | 35 | 0 | 30 | 437 | 37 | 101 |
| Binary | 10110101 | 10001001 | 11000001 | 110 | 11101 | 0 | 11000 | 100011111 | 11111 | 1000001 |
Color Harmonies of #B589C1
Complementary color
Monochromatic Colors of #B589C1
Black with #B589C1
Text Example
Text Example
White with #B589C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B589C1; }
p { color: rgb(181,137,193); }
H1.HeaderClassName
{
color: #B589C1;
}
.AnyTagClassName
{
color: #B589C1;
}
</style>
background-color css
<style>
a { background-color: #B589C1; }
a { background-color: rgb(181,137,193); }
div.DivClassName
{
background-color: #B589C1;
}
.BgClassName
{
background-color: #B589C1;
}
</style>
border-color css
<style>
span { border-color: #B589C1; }
span { border-color: rgb(181,137,193); }
td.TdClassName
{
border-color: #B589C1;
}
.TagClassName
{
border-color: #B589C1;
}
</style>