Shades of East Side #B084C6
Tints of East Side #B084C6
RGB
CMYK
RGB Variations
Color information
#B084C6 (or 0xB084C6) is known color: East Side. HEX triplet: B0, 84 and C6. RGB value is (176,132,198). Sum of RGB (Red+Green+Blue) = 176+132+198=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 198 - color contains mainly: blue. Hex color #B084C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B084C6 is #4F7B39. Grayscale: #989898. Windows color (decimal): -5208890 or 13010096. OLE color: 13010096.
HSL color Cylindrical-coordinate representation of color #B084C6: hue angle of 280º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B084C6 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 132 | 198 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.22 |
| HSL | 280º | 0.37% | 0.65% | - |
| HSV(B) | 280º | 0.33% | 0.78% | - |
| XYZ | 36.35 | 29.81 | 57.26 | - |
| YUV | 152.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 132 | 198 | 0.11 | 0.33 | 0 | 0.22 | 280 | 0.37 | 0.65 |
| Hex | B0 | 84 | C6 | B | 21 | 0 | 16 | 118 | 25 | 41 |
| Octal | 260 | 204 | 306 | 13 | 41 | 0 | 26 | 430 | 45 | 101 |
| Binary | 10110000 | 10000100 | 11000110 | 1011 | 100001 | 0 | 10110 | 100011000 | 100101 | 1000001 |
Color Harmonies of #B084C6
Complementary color
Monochromatic Colors of #B084C6
Black with #B084C6
Text Example
Text Example
White with #B084C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B084C6; }
p { color: rgb(176,132,198); }
H1.HeaderClassName
{
color: #B084C6;
}
.AnyTagClassName
{
color: #B084C6;
}
</style>
background-color css
<style>
a { background-color: #B084C6; }
a { background-color: rgb(176,132,198); }
div.DivClassName
{
background-color: #B084C6;
}
.BgClassName
{
background-color: #B084C6;
}
</style>
border-color css
<style>
span { border-color: #B084C6; }
span { border-color: rgb(176,132,198); }
td.TdClassName
{
border-color: #B084C6;
}
.TagClassName
{
border-color: #B084C6;
}
</style>