Shades of East Side #B590C9
Tints of East Side #B590C9
RGB
CMYK
RGB Variations
Color information
#B590C9 (or 0xB590C9) is known color: East Side. HEX triplet: B5, 90 and C9. RGB value is (181,144,201). Sum of RGB (Red+Green+Blue) = 181+144+201=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 201 - color contains mainly: blue. Hex color #B590C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590C9 is #4A6F36. Grayscale: #A1A1A1. Windows color (decimal): -4878135 or 13209781. OLE color: 13209781.
HSL color Cylindrical-coordinate representation of color #B590C9: hue angle of 278.95º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B590C9 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 144 | 201 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.21 |
| HSL | 278.95º | 0.35% | 0.68% | - |
| HSV(B) | 278.95º | 0.28% | 0.79% | - |
| XYZ | 39.57 | 33.99 | 59.73 | - |
| YUV | 161.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 201 | 0.10 | 0.28 | 0 | 0.21 | 278.95 | 0.35 | 0.68 |
| Hex | B5 | 90 | C9 | A | 1C | 0 | 15 | 117 | 23 | 44 |
| Octal | 265 | 220 | 311 | 12 | 34 | 0 | 25 | 427 | 43 | 104 |
| Binary | 10110101 | 10010000 | 11001001 | 1010 | 11100 | 0 | 10101 | 100010111 | 100011 | 1000100 |
Color Harmonies of #B590C9
Complementary color
Monochromatic Colors of #B590C9
Black with #B590C9
Text Example
Text Example
White with #B590C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B590C9; }
p { color: rgb(181,144,201); }
H1.HeaderClassName
{
color: #B590C9;
}
.AnyTagClassName
{
color: #B590C9;
}
</style>
background-color css
<style>
a { background-color: #B590C9; }
a { background-color: rgb(181,144,201); }
div.DivClassName
{
background-color: #B590C9;
}
.BgClassName
{
background-color: #B590C9;
}
</style>
border-color css
<style>
span { border-color: #B590C9; }
span { border-color: rgb(181,144,201); }
td.TdClassName
{
border-color: #B590C9;
}
.TagClassName
{
border-color: #B590C9;
}
</style>