Shades of East Side #B285B7
Tints of East Side #B285B7
RGB
CMYK
RGB Variations
Color information
#B285B7 (or 0xB285B7) is known color: East Side. HEX triplet: B2, 85 and B7. RGB value is (178,133,183). Sum of RGB (Red+Green+Blue) = 178+133+183=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 183 - color contains mainly: blue. Hex color #B285B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B285B7 is #4D7A48. Grayscale: #989898. Windows color (decimal): -5077577 or 12027314. OLE color: 12027314.
HSL color Cylindrical-coordinate representation of color #B285B7: hue angle of 294º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B285B7 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 133 | 183 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.28 |
| HSL | 294º | 0.26% | 0.62% | - |
| HSV(B) | 294º | 0.27% | 0.72% | - |
| XYZ | 35.29 | 29.66 | 48.66 | - |
| YUV | 152.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 183 | 0.03 | 0.27 | 0 | 0.28 | 294 | 0.26 | 0.62 |
| Hex | B2 | 85 | B7 | 3 | 1B | 0 | 1C | 126 | 1A | 3E |
| Octal | 262 | 205 | 267 | 3 | 33 | 0 | 34 | 446 | 32 | 76 |
| Binary | 10110010 | 10000101 | 10110111 | 11 | 11011 | 0 | 11100 | 100100110 | 11010 | 111110 |
Color Harmonies of #B285B7
Complementary color
Monochromatic Colors of #B285B7
Black with #B285B7
Text Example
Text Example
White with #B285B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B285B7; }
p { color: rgb(178,133,183); }
H1.HeaderClassName
{
color: #B285B7;
}
.AnyTagClassName
{
color: #B285B7;
}
</style>
background-color css
<style>
a { background-color: #B285B7; }
a { background-color: rgb(178,133,183); }
div.DivClassName
{
background-color: #B285B7;
}
.BgClassName
{
background-color: #B285B7;
}
</style>
border-color css
<style>
span { border-color: #B285B7; }
span { border-color: rgb(178,133,183); }
td.TdClassName
{
border-color: #B285B7;
}
.TagClassName
{
border-color: #B285B7;
}
</style>