Shades of East Side #B283BC
Tints of East Side #B283BC
RGB
CMYK
RGB Variations
Color information
#B283BC (or 0xB283BC) is known color: East Side. HEX triplet: B2, 83 and BC. RGB value is (178,131,188). Sum of RGB (Red+Green+Blue) = 178+131+188=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #B283BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B283BC is #4D7C43. Grayscale: #979797. Windows color (decimal): -5078084 or 12354482. OLE color: 12354482.
HSL color Cylindrical-coordinate representation of color #B283BC: hue angle of 289.47º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B283BC is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 131 | 188 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.26 |
| HSL | 289.47º | 0.3% | 0.63% | - |
| HSV(B) | 289.47º | 0.3% | 0.74% | - |
| XYZ | 35.55 | 29.33 | 51.36 | - |
| YUV | 151.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 188 | 0.05 | 0.30 | 0 | 0.26 | 289.47 | 0.3 | 0.63 |
| Hex | B2 | 83 | BC | 5 | 1E | 0 | 1A | 121 | 1E | 3F |
| Octal | 262 | 203 | 274 | 5 | 36 | 0 | 32 | 441 | 36 | 77 |
| Binary | 10110010 | 10000011 | 10111100 | 101 | 11110 | 0 | 11010 | 100100001 | 11110 | 111111 |
Color Harmonies of #B283BC
Complementary color
Monochromatic Colors of #B283BC
Black with #B283BC
Text Example
Text Example
White with #B283BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B283BC; }
p { color: rgb(178,131,188); }
H1.HeaderClassName
{
color: #B283BC;
}
.AnyTagClassName
{
color: #B283BC;
}
</style>
background-color css
<style>
a { background-color: #B283BC; }
a { background-color: rgb(178,131,188); }
div.DivClassName
{
background-color: #B283BC;
}
.BgClassName
{
background-color: #B283BC;
}
</style>
border-color css
<style>
span { border-color: #B283BC; }
span { border-color: rgb(178,131,188); }
td.TdClassName
{
border-color: #B283BC;
}
.TagClassName
{
border-color: #B283BC;
}
</style>