Shades of East Side #B080BD
Tints of East Side #B080BD
RGB
CMYK
RGB Variations
Color information
#B080BD (or 0xB080BD) is known color: East Side. HEX triplet: B0, 80 and BD. RGB value is (176,128,189). Sum of RGB (Red+Green+Blue) = 176+128+189=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #B080BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080BD is #4F7F42. Grayscale: #959595. Windows color (decimal): -5209923 or 12419248. OLE color: 12419248.
HSL color Cylindrical-coordinate representation of color #B080BD: hue angle of 287.21º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B080BD is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 128 | 189 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.26 |
| HSL | 287.21º | 0.32% | 0.62% | - |
| HSV(B) | 287.21º | 0.32% | 0.74% | - |
| XYZ | 34.81 | 28.34 | 51.78 | - |
| YUV | 149.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 189 | 0.07 | 0.32 | 0 | 0.26 | 287.21 | 0.32 | 0.62 |
| Hex | B0 | 80 | BD | 7 | 20 | 0 | 1A | 11F | 20 | 3E |
| Octal | 260 | 200 | 275 | 7 | 40 | 0 | 32 | 437 | 40 | 76 |
| Binary | 10110000 | 10000000 | 10111101 | 111 | 100000 | 0 | 11010 | 100011111 | 100000 | 111110 |
Color Harmonies of #B080BD
Complementary color
Monochromatic Colors of #B080BD
Black with #B080BD
Text Example
Text Example
White with #B080BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080BD; }
p { color: rgb(176,128,189); }
H1.HeaderClassName
{
color: #B080BD;
}
.AnyTagClassName
{
color: #B080BD;
}
</style>
background-color css
<style>
a { background-color: #B080BD; }
a { background-color: rgb(176,128,189); }
div.DivClassName
{
background-color: #B080BD;
}
.BgClassName
{
background-color: #B080BD;
}
</style>
border-color css
<style>
span { border-color: #B080BD; }
span { border-color: rgb(176,128,189); }
td.TdClassName
{
border-color: #B080BD;
}
.TagClassName
{
border-color: #B080BD;
}
</style>