Shades of East Side #B590CA
Tints of East Side #B590CA
RGB
CMYK
RGB Variations
Color information
#B590CA (or 0xB590CA) is known color: East Side. HEX triplet: B5, 90 and CA. RGB value is (181,144,202). Sum of RGB (Red+Green+Blue) = 181+144+202=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #B590CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590CA is #4A6F35. Grayscale: #A1A1A1. Windows color (decimal): -4878134 or 13275317. OLE color: 13275317.
HSL color Cylindrical-coordinate representation of color #B590CA: hue angle of 278.28º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B590CA is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 144 | 202 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.21 |
| HSL | 278.28º | 0.35% | 0.68% | - |
| HSV(B) | 278.28º | 0.29% | 0.79% | - |
| XYZ | 39.69 | 34.03 | 60.35 | - |
| YUV | 161.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 202 | 0.10 | 0.29 | 0 | 0.21 | 278.28 | 0.35 | 0.68 |
| Hex | B5 | 90 | CA | A | 1D | 0 | 15 | 116 | 23 | 44 |
| Octal | 265 | 220 | 312 | 12 | 35 | 0 | 25 | 426 | 43 | 104 |
| Binary | 10110101 | 10010000 | 11001010 | 1010 | 11101 | 0 | 10101 | 100010110 | 100011 | 1000100 |
Color Harmonies of #B590CA
Complementary color
Monochromatic Colors of #B590CA
Black with #B590CA
Text Example
Text Example
White with #B590CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B590CA; }
p { color: rgb(181,144,202); }
H1.HeaderClassName
{
color: #B590CA;
}
.AnyTagClassName
{
color: #B590CA;
}
</style>
background-color css
<style>
a { background-color: #B590CA; }
a { background-color: rgb(181,144,202); }
div.DivClassName
{
background-color: #B590CA;
}
.BgClassName
{
background-color: #B590CA;
}
</style>
border-color css
<style>
span { border-color: #B590CA; }
span { border-color: rgb(181,144,202); }
td.TdClassName
{
border-color: #B590CA;
}
.TagClassName
{
border-color: #B590CA;
}
</style>