Shades of East Side #B283BB
Tints of East Side #B283BB
RGB
CMYK
RGB Variations
Color information
#B283BB (or 0xB283BB) is known color: East Side. HEX triplet: B2, 83 and BB. RGB value is (178,131,187). Sum of RGB (Red+Green+Blue) = 178+131+187=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #B283BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B283BB is #4D7C44. Grayscale: #979797. Windows color (decimal): -5078085 or 12288946. OLE color: 12288946.
HSL color Cylindrical-coordinate representation of color #B283BB: hue angle of 290.36º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B283BB is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 131 | 187 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.27 |
| HSL | 290.36º | 0.29% | 0.62% | - |
| HSV(B) | 290.36º | 0.3% | 0.73% | - |
| XYZ | 35.45 | 29.29 | 50.8 | - |
| YUV | 151.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 187 | 0.05 | 0.30 | 0 | 0.27 | 290.36 | 0.29 | 0.62 |
| Hex | B2 | 83 | BB | 5 | 1E | 0 | 1B | 122 | 1D | 3E |
| Octal | 262 | 203 | 273 | 5 | 36 | 0 | 33 | 442 | 35 | 76 |
| Binary | 10110010 | 10000011 | 10111011 | 101 | 11110 | 0 | 11011 | 100100010 | 11101 | 111110 |
Color Harmonies of #B283BB
Complementary color
Monochromatic Colors of #B283BB
Black with #B283BB
Text Example
Text Example
White with #B283BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B283BB; }
p { color: rgb(178,131,187); }
H1.HeaderClassName
{
color: #B283BB;
}
.AnyTagClassName
{
color: #B283BB;
}
</style>
background-color css
<style>
a { background-color: #B283BB; }
a { background-color: rgb(178,131,187); }
div.DivClassName
{
background-color: #B283BB;
}
.BgClassName
{
background-color: #B283BB;
}
</style>
border-color css
<style>
span { border-color: #B283BB; }
span { border-color: rgb(178,131,187); }
td.TdClassName
{
border-color: #B283BB;
}
.TagClassName
{
border-color: #B283BB;
}
</style>