Shades of East Side #B283BF
Tints of East Side #B283BF
RGB
CMYK
RGB Variations
Color information
#B283BF (or 0xB283BF) is known color: East Side. HEX triplet: B2, 83 and BF. RGB value is (178,131,191). Sum of RGB (Red+Green+Blue) = 178+131+191=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #B283BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B283BF is #4D7C40. Grayscale: #979797. Windows color (decimal): -5078081 or 12551090. OLE color: 12551090.
HSL color Cylindrical-coordinate representation of color #B283BF: hue angle of 287º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B283BF is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 131 | 191 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.25 |
| HSL | 287º | 0.32% | 0.63% | - |
| HSV(B) | 287º | 0.31% | 0.75% | - |
| XYZ | 35.88 | 29.46 | 53.09 | - |
| YUV | 151.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 191 | 0.07 | 0.31 | 0 | 0.25 | 287 | 0.32 | 0.63 |
| Hex | B2 | 83 | BF | 7 | 1F | 0 | 19 | 11F | 20 | 3F |
| Octal | 262 | 203 | 277 | 7 | 37 | 0 | 31 | 437 | 40 | 77 |
| Binary | 10110010 | 10000011 | 10111111 | 111 | 11111 | 0 | 11001 | 100011111 | 100000 | 111111 |
Color Harmonies of #B283BF
Complementary color
Monochromatic Colors of #B283BF
Black with #B283BF
Text Example
Text Example
White with #B283BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B283BF; }
p { color: rgb(178,131,191); }
H1.HeaderClassName
{
color: #B283BF;
}
.AnyTagClassName
{
color: #B283BF;
}
</style>
background-color css
<style>
a { background-color: #B283BF; }
a { background-color: rgb(178,131,191); }
div.DivClassName
{
background-color: #B283BF;
}
.BgClassName
{
background-color: #B283BF;
}
</style>
border-color css
<style>
span { border-color: #B283BF; }
span { border-color: rgb(178,131,191); }
td.TdClassName
{
border-color: #B283BF;
}
.TagClassName
{
border-color: #B283BF;
}
</style>