Shades of East Side #B085B5
Tints of East Side #B085B5
RGB
CMYK
RGB Variations
Color information
#B085B5 (or 0xB085B5) is known color: East Side. HEX triplet: B0, 85 and B5. RGB value is (176,133,181). Sum of RGB (Red+Green+Blue) = 176+133+181=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 181 - color contains mainly: blue. Hex color #B085B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085B5 is #4F7A4A. Grayscale: #979797. Windows color (decimal): -5208651 or 11896240. OLE color: 11896240.
HSL color Cylindrical-coordinate representation of color #B085B5: hue angle of 293.75º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B085B5 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 133 | 181 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.29 |
| HSL | 293.75º | 0.24% | 0.62% | - |
| HSV(B) | 293.75º | 0.27% | 0.71% | - |
| XYZ | 34.63 | 29.34 | 47.55 | - |
| YUV | 151.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 181 | 0.03 | 0.27 | 0 | 0.29 | 293.75 | 0.24 | 0.62 |
| Hex | B0 | 85 | B5 | 3 | 1B | 0 | 1D | 126 | 18 | 3E |
| Octal | 260 | 205 | 265 | 3 | 33 | 0 | 35 | 446 | 30 | 76 |
| Binary | 10110000 | 10000101 | 10110101 | 11 | 11011 | 0 | 11101 | 100100110 | 11000 | 111110 |
Color Harmonies of #B085B5
Complementary color
Monochromatic Colors of #B085B5
Black with #B085B5
Text Example
Text Example
White with #B085B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B085B5; }
p { color: rgb(176,133,181); }
H1.HeaderClassName
{
color: #B085B5;
}
.AnyTagClassName
{
color: #B085B5;
}
</style>
background-color css
<style>
a { background-color: #B085B5; }
a { background-color: rgb(176,133,181); }
div.DivClassName
{
background-color: #B085B5;
}
.BgClassName
{
background-color: #B085B5;
}
</style>
border-color css
<style>
span { border-color: #B085B5; }
span { border-color: rgb(176,133,181); }
td.TdClassName
{
border-color: #B085B5;
}
.TagClassName
{
border-color: #B085B5;
}
</style>