Shades of East Side #B589CA
Tints of East Side #B589CA
RGB
CMYK
RGB Variations
Color information
#B589CA (or 0xB589CA) is known color: East Side. HEX triplet: B5, 89 and CA. RGB value is (181,137,202). Sum of RGB (Red+Green+Blue) = 181+137+202=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #B589CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B589CA is #4A7635. Grayscale: #9D9D9D. Windows color (decimal): -4879926 or 13273525. OLE color: 13273525.
HSL color Cylindrical-coordinate representation of color #B589CA: hue angle of 280.62º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B589CA is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 137 | 202 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.21 |
| HSL | 280.62º | 0.38% | 0.66% | - |
| HSV(B) | 280.62º | 0.32% | 0.79% | - |
| XYZ | 38.66 | 31.98 | 60.01 | - |
| YUV | 157.57 | 153.08 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 202 | 0.10 | 0.32 | 0 | 0.21 | 280.62 | 0.38 | 0.66 |
| Hex | B5 | 89 | CA | A | 20 | 0 | 15 | 119 | 26 | 42 |
| Octal | 265 | 211 | 312 | 12 | 40 | 0 | 25 | 431 | 46 | 102 |
| Binary | 10110101 | 10001001 | 11001010 | 1010 | 100000 | 0 | 10101 | 100011001 | 100110 | 1000010 |
Color Harmonies of #B589CA
Complementary color
Monochromatic Colors of #B589CA
Black with #B589CA
Text Example
Text Example
White with #B589CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B589CA; }
p { color: rgb(181,137,202); }
H1.HeaderClassName
{
color: #B589CA;
}
.AnyTagClassName
{
color: #B589CA;
}
</style>
background-color css
<style>
a { background-color: #B589CA; }
a { background-color: rgb(181,137,202); }
div.DivClassName
{
background-color: #B589CA;
}
.BgClassName
{
background-color: #B589CA;
}
</style>
border-color css
<style>
span { border-color: #B589CA; }
span { border-color: rgb(181,137,202); }
td.TdClassName
{
border-color: #B589CA;
}
.TagClassName
{
border-color: #B589CA;
}
</style>