Shades of East Side #B283C1
Tints of East Side #B283C1
RGB
CMYK
RGB Variations
Color information
#B283C1 (or 0xB283C1) is known color: East Side. HEX triplet: B2, 83 and C1. RGB value is (178,131,193). Sum of RGB (Red+Green+Blue) = 178+131+193=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #B283C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B283C1 is #4D7C3E. Grayscale: #979797. Windows color (decimal): -5078079 or 12682162. OLE color: 12682162.
HSL color Cylindrical-coordinate representation of color #B283C1: hue angle of 285.48º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B283C1 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 131 | 193 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.24 |
| HSL | 285.48º | 0.33% | 0.64% | - |
| HSV(B) | 285.48º | 0.32% | 0.76% | - |
| XYZ | 36.1 | 29.55 | 54.25 | - |
| YUV | 152.12 | 151.07 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 193 | 0.08 | 0.32 | 0 | 0.24 | 285.48 | 0.33 | 0.64 |
| Hex | B2 | 83 | C1 | 8 | 20 | 0 | 18 | 11D | 21 | 40 |
| Octal | 262 | 203 | 301 | 10 | 40 | 0 | 30 | 435 | 41 | 100 |
| Binary | 10110010 | 10000011 | 11000001 | 1000 | 100000 | 0 | 11000 | 100011101 | 100001 | 1000000 |
Color Harmonies of #B283C1
Complementary color
Monochromatic Colors of #B283C1
Black with #B283C1
Text Example
Text Example
White with #B283C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B283C1; }
p { color: rgb(178,131,193); }
H1.HeaderClassName
{
color: #B283C1;
}
.AnyTagClassName
{
color: #B283C1;
}
</style>
background-color css
<style>
a { background-color: #B283C1; }
a { background-color: rgb(178,131,193); }
div.DivClassName
{
background-color: #B283C1;
}
.BgClassName
{
background-color: #B283C1;
}
</style>
border-color css
<style>
span { border-color: #B283C1; }
span { border-color: rgb(178,131,193); }
td.TdClassName
{
border-color: #B283C1;
}
.TagClassName
{
border-color: #B283C1;
}
</style>