Shades of East Side #B290CA
Tints of East Side #B290CA
RGB
CMYK
RGB Variations
Color information
#B290CA (or 0xB290CA) is known color: East Side. HEX triplet: B2, 90 and CA. RGB value is (178,144,202). Sum of RGB (Red+Green+Blue) = 178+144+202=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #B290CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290CA is #4D6F35. Grayscale: #A0A0A0. Windows color (decimal): -5074742 or 13275314. OLE color: 13275314.
HSL color Cylindrical-coordinate representation of color #B290CA: hue angle of 275.17º 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 #B290CA is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 144 | 202 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.21 |
| HSL | 275.17º | 0.35% | 0.68% | - |
| HSV(B) | 275.17º | 0.29% | 0.79% | - |
| XYZ | 38.99 | 33.68 | 60.32 | - |
| YUV | 160.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 202 | 0.12 | 0.29 | 0 | 0.21 | 275.17 | 0.35 | 0.68 |
| Hex | B2 | 90 | CA | C | 1D | 0 | 15 | 113 | 23 | 44 |
| Octal | 262 | 220 | 312 | 14 | 35 | 0 | 25 | 423 | 43 | 104 |
| Binary | 10110010 | 10010000 | 11001010 | 1100 | 11101 | 0 | 10101 | 100010011 | 100011 | 1000100 |
Color Harmonies of #B290CA
Complementary color
Monochromatic Colors of #B290CA
Black with #B290CA
Text Example
Text Example
White with #B290CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B290CA; }
p { color: rgb(178,144,202); }
H1.HeaderClassName
{
color: #B290CA;
}
.AnyTagClassName
{
color: #B290CA;
}
</style>
background-color css
<style>
a { background-color: #B290CA; }
a { background-color: rgb(178,144,202); }
div.DivClassName
{
background-color: #B290CA;
}
.BgClassName
{
background-color: #B290CA;
}
</style>
border-color css
<style>
span { border-color: #B290CA; }
span { border-color: rgb(178,144,202); }
td.TdClassName
{
border-color: #B290CA;
}
.TagClassName
{
border-color: #B290CA;
}
</style>