Shades of East Side #B080D3
Tints of East Side #B080D3
RGB
CMYK
RGB Variations
Color information
#B080D3 (or 0xB080D3) is known color: East Side. HEX triplet: B0, 80 and D3. RGB value is (176,128,211). Sum of RGB (Red+Green+Blue) = 176+128+211=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 211 - color contains mainly: blue. Hex color #B080D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080D3 is #4F7F2C. Grayscale: #979797. Windows color (decimal): -5209901 or 13861040. OLE color: 13861040.
HSL color Cylindrical-coordinate representation of color #B080D3: hue angle of 274.7º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B080D3 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 128 | 211 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.17 |
| HSL | 274.7º | 0.49% | 0.66% | - |
| HSV(B) | 274.7º | 0.39% | 0.83% | - |
| XYZ | 37.38 | 29.37 | 65.33 | - |
| YUV | 151.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 211 | 0.17 | 0.39 | 0 | 0.17 | 274.7 | 0.49 | 0.66 |
| Hex | B0 | 80 | D3 | 11 | 27 | 0 | 11 | 113 | 31 | 42 |
| Octal | 260 | 200 | 323 | 21 | 47 | 0 | 21 | 423 | 61 | 102 |
| Binary | 10110000 | 10000000 | 11010011 | 10001 | 100111 | 0 | 10001 | 100010011 | 110001 | 1000010 |
Color Harmonies of #B080D3
Complementary color
Monochromatic Colors of #B080D3
Black with #B080D3
Text Example
Text Example
White with #B080D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080D3; }
p { color: rgb(176,128,211); }
H1.HeaderClassName
{
color: #B080D3;
}
.AnyTagClassName
{
color: #B080D3;
}
</style>
background-color css
<style>
a { background-color: #B080D3; }
a { background-color: rgb(176,128,211); }
div.DivClassName
{
background-color: #B080D3;
}
.BgClassName
{
background-color: #B080D3;
}
</style>
border-color css
<style>
span { border-color: #B080D3; }
span { border-color: rgb(176,128,211); }
td.TdClassName
{
border-color: #B080D3;
}
.TagClassName
{
border-color: #B080D3;
}
</style>