Shades of East Side #B085D1
Tints of East Side #B085D1
RGB
CMYK
RGB Variations
Color information
#B085D1 (or 0xB085D1) is known color: East Side. HEX triplet: B0, 85 and D1. RGB value is (176,133,209). Sum of RGB (Red+Green+Blue) = 176+133+209=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #B085D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085D1 is #4F7A2E. Grayscale: #9A9A9A. Windows color (decimal): -5208623 or 13731248. OLE color: 13731248.
HSL color Cylindrical-coordinate representation of color #B085D1: hue angle of 273.95º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B085D1 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 133 | 209 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.18 |
| HSL | 273.95º | 0.45% | 0.67% | - |
| HSV(B) | 273.95º | 0.36% | 0.82% | - |
| XYZ | 37.8 | 30.61 | 64.24 | - |
| YUV | 154.52 | 158.75 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 209 | 0.16 | 0.36 | 0 | 0.18 | 273.95 | 0.45 | 0.67 |
| Hex | B0 | 85 | D1 | 10 | 24 | 0 | 12 | 112 | 2D | 43 |
| Octal | 260 | 205 | 321 | 20 | 44 | 0 | 22 | 422 | 55 | 103 |
| Binary | 10110000 | 10000101 | 11010001 | 10000 | 100100 | 0 | 10010 | 100010010 | 101101 | 1000011 |
Color Harmonies of #B085D1
Complementary color
Monochromatic Colors of #B085D1
Black with #B085D1
Text Example
Text Example
White with #B085D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B085D1; }
p { color: rgb(176,133,209); }
H1.HeaderClassName
{
color: #B085D1;
}
.AnyTagClassName
{
color: #B085D1;
}
</style>
background-color css
<style>
a { background-color: #B085D1; }
a { background-color: rgb(176,133,209); }
div.DivClassName
{
background-color: #B085D1;
}
.BgClassName
{
background-color: #B085D1;
}
</style>
border-color css
<style>
span { border-color: #B085D1; }
span { border-color: rgb(176,133,209); }
td.TdClassName
{
border-color: #B085D1;
}
.TagClassName
{
border-color: #B085D1;
}
</style>