Shades of East Side #B590C1
Tints of East Side #B590C1
RGB
CMYK
RGB Variations
Color information
#B590C1 (or 0xB590C1) is known color: East Side. HEX triplet: B5, 90 and C1. RGB value is (181,144,193). Sum of RGB (Red+Green+Blue) = 181+144+193=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #B590C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590C1 is #4A6F3E. Grayscale: #A0A0A0. Windows color (decimal): -4878143 or 12685493. OLE color: 12685493.
HSL color Cylindrical-coordinate representation of color #B590C1: hue angle of 285.31º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B590C1 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 144 | 193 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.24 |
| HSL | 285.31º | 0.28% | 0.66% | - |
| HSV(B) | 285.31º | 0.25% | 0.76% | - |
| XYZ | 38.65 | 33.62 | 54.9 | - |
| YUV | 160.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 193 | 0.06 | 0.25 | 0 | 0.24 | 285.31 | 0.28 | 0.66 |
| Hex | B5 | 90 | C1 | 6 | 19 | 0 | 18 | 11D | 1C | 42 |
| Octal | 265 | 220 | 301 | 6 | 31 | 0 | 30 | 435 | 34 | 102 |
| Binary | 10110101 | 10010000 | 11000001 | 110 | 11001 | 0 | 11000 | 100011101 | 11100 | 1000010 |
Color Harmonies of #B590C1
Complementary color
Monochromatic Colors of #B590C1
Black with #B590C1
Text Example
Text Example
White with #B590C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B590C1; }
p { color: rgb(181,144,193); }
H1.HeaderClassName
{
color: #B590C1;
}
.AnyTagClassName
{
color: #B590C1;
}
</style>
background-color css
<style>
a { background-color: #B590C1; }
a { background-color: rgb(181,144,193); }
div.DivClassName
{
background-color: #B590C1;
}
.BgClassName
{
background-color: #B590C1;
}
</style>
border-color css
<style>
span { border-color: #B590C1; }
span { border-color: rgb(181,144,193); }
td.TdClassName
{
border-color: #B590C1;
}
.TagClassName
{
border-color: #B590C1;
}
</style>