Shades of East Side #B294C1
Tints of East Side #B294C1
RGB
CMYK
RGB Variations
Color information
#B294C1 (or 0xB294C1) is known color: East Side. HEX triplet: B2, 94 and C1. RGB value is (178,148,193). Sum of RGB (Red+Green+Blue) = 178+148+193=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #B294C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294C1 is #4D6B3E. Grayscale: #A1A1A1. Windows color (decimal): -5073727 or 12686514. OLE color: 12686514.
HSL color Cylindrical-coordinate representation of color #B294C1: hue angle of 280º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B294C1 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 148 | 193 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.24 |
| HSL | 280º | 0.27% | 0.67% | - |
| HSV(B) | 280º | 0.23% | 0.76% | - |
| XYZ | 38.58 | 34.5 | 55.08 | - |
| YUV | 162.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 193 | 0.08 | 0.23 | 0 | 0.24 | 280 | 0.27 | 0.67 |
| Hex | B2 | 94 | C1 | 8 | 17 | 0 | 18 | 118 | 1B | 43 |
| Octal | 262 | 224 | 301 | 10 | 27 | 0 | 30 | 430 | 33 | 103 |
| Binary | 10110010 | 10010100 | 11000001 | 1000 | 10111 | 0 | 11000 | 100011000 | 11011 | 1000011 |
Color Harmonies of #B294C1
Complementary color
Monochromatic Colors of #B294C1
Black with #B294C1
Text Example
Text Example
White with #B294C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B294C1; }
p { color: rgb(178,148,193); }
H1.HeaderClassName
{
color: #B294C1;
}
.AnyTagClassName
{
color: #B294C1;
}
</style>
background-color css
<style>
a { background-color: #B294C1; }
a { background-color: rgb(178,148,193); }
div.DivClassName
{
background-color: #B294C1;
}
.BgClassName
{
background-color: #B294C1;
}
</style>
border-color css
<style>
span { border-color: #B294C1; }
span { border-color: rgb(178,148,193); }
td.TdClassName
{
border-color: #B294C1;
}
.TagClassName
{
border-color: #B294C1;
}
</style>