Shades of East Side #B590CC
Tints of East Side #B590CC
RGB
CMYK
RGB Variations
Color information
#B590CC (or 0xB590CC) is known color: East Side. HEX triplet: B5, 90 and CC. RGB value is (181,144,204). Sum of RGB (Red+Green+Blue) = 181+144+204=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #B590CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590CC is #4A6F33. Grayscale: #A1A1A1. Windows color (decimal): -4878132 or 13406389. OLE color: 13406389.
HSL color Cylindrical-coordinate representation of color #B590CC: hue angle of 277º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B590CC is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 144 | 204 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.2 |
| HSL | 277º | 0.37% | 0.68% | - |
| HSV(B) | 277º | 0.29% | 0.8% | - |
| XYZ | 39.93 | 34.13 | 61.61 | - |
| YUV | 161.9 | 151.76 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 204 | 0.11 | 0.29 | 0 | 0.2 | 277 | 0.37 | 0.68 |
| Hex | B5 | 90 | CC | B | 1D | 0 | 14 | 115 | 25 | 44 |
| Octal | 265 | 220 | 314 | 13 | 35 | 0 | 24 | 425 | 45 | 104 |
| Binary | 10110101 | 10010000 | 11001100 | 1011 | 11101 | 0 | 10100 | 100010101 | 100101 | 1000100 |
Color Harmonies of #B590CC
Complementary color
Monochromatic Colors of #B590CC
Black with #B590CC
Text Example
Text Example
White with #B590CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B590CC; }
p { color: rgb(181,144,204); }
H1.HeaderClassName
{
color: #B590CC;
}
.AnyTagClassName
{
color: #B590CC;
}
</style>
background-color css
<style>
a { background-color: #B590CC; }
a { background-color: rgb(181,144,204); }
div.DivClassName
{
background-color: #B590CC;
}
.BgClassName
{
background-color: #B590CC;
}
</style>
border-color css
<style>
span { border-color: #B590CC; }
span { border-color: rgb(181,144,204); }
td.TdClassName
{
border-color: #B590CC;
}
.TagClassName
{
border-color: #B590CC;
}
</style>