Shades of East Side #B290C4
Tints of East Side #B290C4
RGB
CMYK
RGB Variations
Color information
#B290C4 (or 0xB290C4) is known color: East Side. HEX triplet: B2, 90 and C4. RGB value is (178,144,196). Sum of RGB (Red+Green+Blue) = 178+144+196=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 196 - color contains mainly: blue. Hex color #B290C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290C4 is #4D6F3B. Grayscale: #9F9F9F. Windows color (decimal): -5074748 or 12882098. OLE color: 12882098.
HSL color Cylindrical-coordinate representation of color #B290C4: hue angle of 279.23º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B290C4 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 144 | 196 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.23 |
| HSL | 279.23º | 0.31% | 0.67% | - |
| HSV(B) | 279.23º | 0.27% | 0.77% | - |
| XYZ | 38.3 | 33.4 | 56.65 | - |
| YUV | 160.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 196 | 0.09 | 0.27 | 0 | 0.23 | 279.23 | 0.31 | 0.67 |
| Hex | B2 | 90 | C4 | 9 | 1B | 0 | 17 | 117 | 1F | 43 |
| Octal | 262 | 220 | 304 | 11 | 33 | 0 | 27 | 427 | 37 | 103 |
| Binary | 10110010 | 10010000 | 11000100 | 1001 | 11011 | 0 | 10111 | 100010111 | 11111 | 1000011 |
Color Harmonies of #B290C4
Complementary color
Monochromatic Colors of #B290C4
Black with #B290C4
Text Example
Text Example
White with #B290C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B290C4; }
p { color: rgb(178,144,196); }
H1.HeaderClassName
{
color: #B290C4;
}
.AnyTagClassName
{
color: #B290C4;
}
</style>
background-color css
<style>
a { background-color: #B290C4; }
a { background-color: rgb(178,144,196); }
div.DivClassName
{
background-color: #B290C4;
}
.BgClassName
{
background-color: #B290C4;
}
</style>
border-color css
<style>
span { border-color: #B290C4; }
span { border-color: rgb(178,144,196); }
td.TdClassName
{
border-color: #B290C4;
}
.TagClassName
{
border-color: #B290C4;
}
</style>