Shades of East Side #B085CE
Tints of East Side #B085CE
RGB
CMYK
RGB Variations
Color information
#B085CE (or 0xB085CE) is known color: East Side. HEX triplet: B0, 85 and CE. RGB value is (176,133,206). Sum of RGB (Red+Green+Blue) = 176+133+206=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #B085CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085CE is #4F7A31. Grayscale: #999999. Windows color (decimal): -5208626 or 13534640. OLE color: 13534640.
HSL color Cylindrical-coordinate representation of color #B085CE: hue angle of 275.34º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B085CE is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 133 | 206 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.19 |
| HSL | 275.34º | 0.43% | 0.66% | - |
| HSV(B) | 275.34º | 0.35% | 0.81% | - |
| XYZ | 37.43 | 30.46 | 62.3 | - |
| YUV | 154.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 206 | 0.15 | 0.35 | 0 | 0.19 | 275.34 | 0.43 | 0.66 |
| Hex | B0 | 85 | CE | F | 23 | 0 | 13 | 113 | 2B | 42 |
| Octal | 260 | 205 | 316 | 17 | 43 | 0 | 23 | 423 | 53 | 102 |
| Binary | 10110000 | 10000101 | 11001110 | 1111 | 100011 | 0 | 10011 | 100010011 | 101011 | 1000010 |
Color Harmonies of #B085CE
Complementary color
Monochromatic Colors of #B085CE
Black with #B085CE
Text Example
Text Example
White with #B085CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B085CE; }
p { color: rgb(176,133,206); }
H1.HeaderClassName
{
color: #B085CE;
}
.AnyTagClassName
{
color: #B085CE;
}
</style>
background-color css
<style>
a { background-color: #B085CE; }
a { background-color: rgb(176,133,206); }
div.DivClassName
{
background-color: #B085CE;
}
.BgClassName
{
background-color: #B085CE;
}
</style>
border-color css
<style>
span { border-color: #B085CE; }
span { border-color: rgb(176,133,206); }
td.TdClassName
{
border-color: #B085CE;
}
.TagClassName
{
border-color: #B085CE;
}
</style>